mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
chg: Only keep one alacritty window open
This commit is contained in:
parent
7bfb102dac
commit
ac2d4072ec
1 changed files with 1 additions and 2 deletions
|
@ -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
|
&& tmux select-pane -t "$pane" && tmux select-window -t "$window" && exit 0
|
||||||
done || tmux new-window -c "$target_path"
|
done || tmux new-window -c "$target_path"
|
||||||
|
|
||||||
tmux new -As0
|
tmux attach -d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue