From 7a19cee7279080ef9efcc89a1b3a03a9dccee443 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Feb 2026 18:04:13 +0100 Subject: [PATCH] Take out for now Was starting tmux inside tmux for some reason --- default/bash/functions | 5 ----- 1 file changed, 5 deletions(-) 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"