Take out for now

Was starting tmux inside tmux for some reason
This commit is contained in:
David Heinemeier Hansson
2026-02-18 18:04:13 +01:00
parent b68afc10b5
commit 7a19cee727
-5
View File
@@ -129,11 +129,6 @@ lip() {
# Create a tmux layout for dev with editor, ai, and terminal
tml() {
if [[ -z $TMUX ]]; then
tmux new-session "bash -ic 'tml $1; exec bash'"
return
fi
local current_dir="${PWD}"
local editor_pane ai_pane
local ai="$1"