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