Tmux again?

This commit is contained in:
Daniel Flanagan 2023-01-23 09:12:07 -06:00
parent da0da38bc9
commit c5fceae05f
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -59,6 +59,6 @@ end
# eval (zellij setup --generate-auto-start fish | string collect)
# 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
end