This commit is contained in:
albert 2024-04-30 18:25:08 +09:00
parent e7fa825d5e
commit a5c2545667
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -9,7 +9,7 @@
ssh-add > /dev/null &> /dev/null
if not set -q TMUX && not set -q DISABLE_TMUX
if tmux has-session -t main
tmux attach-session -t main
exec tmux attach-session -t main
exit
else
exec tmux new-session -t main