This commit is contained in:
albert 2024-04-30 18:12:00 +09:00
parent 0bb18ddfc2
commit a6f01ccd33
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -8,7 +8,7 @@
set EDITOR vim set EDITOR vim
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
tmux attach || exec tmux new-session exec tmux attach || exec tmux new-session
exit exit
end end
''; '';