This commit is contained in:
albert 2024-04-30 13:15:17 +09:00
parent 925fb4c1ca
commit f4b4d564b8
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -11,7 +11,7 @@
else
if set -q DISABLE_TMUX
else
tmux attach || exec tmux new-session && exit
tmux -A main && exit
end
end
'';