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