This commit is contained in:
albert 2024-04-30 13:18:09 +09:00
parent f4b4d564b8
commit 47f0b36081
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 -A main && exit
exec tmux new-session -A main && exit
end
end
'';