Update
This commit is contained in:
parent
3af8461700
commit
478fd785d6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
set EDITOR vim
|
||||
ssh-add > /dev/null &> /dev/null
|
||||
if not set -q TMUX && not set -q DISABLE_TMUX
|
||||
exec tmux attach || exec tmux new-session
|
||||
tmux attach || exec tmux new-session
|
||||
end
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue