Update
This commit is contained in:
parent
c22915268b
commit
0bb18ddfc2
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
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 && exit
|
tmux attach || exec tmux new-session
|
||||||
|
exit
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue