UPdate
This commit is contained in:
parent
f4b4d564b8
commit
47f0b36081
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
else
|
else
|
||||||
if set -q DISABLE_TMUX
|
if set -q DISABLE_TMUX
|
||||||
else
|
else
|
||||||
tmux -A main && exit
|
exec tmux new-session -A main && exit
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue