"Update
This commit is contained in:
parent
6497cd3d2e
commit
6da837b774
1 changed files with 1 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue