"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 = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
shellInitLast = ''
|
||||||
set EDITOR vim
|
set EDITOR vim
|
||||||
ssh-add > /dev/null &> /dev/null
|
ssh-add > /dev/null &> /dev/null
|
||||||
if set -q TMUX
|
if set -q TMUX
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
tmux attach || exec tmux new-session && exit
|
tmux attach || exec tmux new-session && exit
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
exit
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|
Loading…
Reference in a new issue