diff --git a/default/bash/functions b/default/bash/functions index a485ea61..ec144b8e 100644 --- a/default/bash/functions +++ b/default/bash/functions @@ -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"