Update
This commit is contained in:
parent
e7fa825d5e
commit
a5c2545667
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
ssh-add > /dev/null &> /dev/null
|
ssh-add > /dev/null &> /dev/null
|
||||||
if not set -q TMUX && not set -q DISABLE_TMUX
|
if not set -q TMUX && not set -q DISABLE_TMUX
|
||||||
if tmux has-session -t main
|
if tmux has-session -t main
|
||||||
tmux attach-session -t main
|
exec tmux attach-session -t main
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
exec tmux new-session -t main
|
exec tmux new-session -t main
|
||||||
|
|
Loading…
Reference in a new issue