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
1 changed files with 1 additions and 1 deletions

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