This commit is contained in:
albert 2024-04-30 13:08:34 +09:00
parent 6497cd3d2e
commit 6da837b774
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -4,7 +4,7 @@
programs.fish = {
enable = true;
interactiveShellInit = ''
shellInitLast = ''
set EDITOR vim
ssh-add > /dev/null &> /dev/null
if set -q TMUX
@ -14,7 +14,6 @@
tmux attach || exec tmux new-session && exit
end
end
exit
'';
functions = {