This commit is contained in:
albert 2024-03-25 12:00:22 +09:00
parent 78c70dc4ef
commit 4e4744d9fc
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -35,6 +35,7 @@
enableCompletion = true;
initExtra = ''
GPG_TTY=$(tty)
EDITOR=vim
ssh-add > /dev/null &> /dev/null
[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}
'';