From ac2d4072ec3dd580765ddc67cb1e3f16ca6dcef5 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 13 Mar 2024 02:35:35 -0500 Subject: [PATCH] chg: Only keep one alacritty window open --- open-in-tmux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/open-in-tmux.sh b/open-in-tmux.sh index 5737908..361a614 100644 --- a/open-in-tmux.sh +++ b/open-in-tmux.sh @@ -13,5 +13,4 @@ tmux list-panes -s -F '#{window_id} #{pane_id} #{pane_current_path} #{pane_curre && tmux select-pane -t "$pane" && tmux select-window -t "$window" && exit 0 done || tmux new-window -c "$target_path" -tmux new -As0 - +tmux attach -d