chg: Only keep one alacritty window open

This commit is contained in:
Sayantan Santra 2024-03-13 02:35:35 -05:00
parent 7bfb102dac
commit ac2d4072ec
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 2 deletions

View File

@ -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