Tmux again?
This commit is contained in:
parent
da0da38bc9
commit
c5fceae05f
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ end
|
||||||
# eval (zellij setup --generate-auto-start fish | string collect)
|
# eval (zellij setup --generate-auto-start fish | string collect)
|
||||||
# end
|
# end
|
||||||
|
|
||||||
if status is-interactive; and status --is-login; and not set -q TMUX; and not string match '/dev/tty*' (tty)
|
if status is-interactive; and not set -q TMUX; and not string match '/dev/tty*' (tty)
|
||||||
tmux
|
tmux
|
||||||
end
|
end
|
Reference in a new issue