From c5fceae05f3874c966ad4ec71b07f077c5d228c5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 23 Jan 2023 09:12:07 -0600 Subject: [PATCH] Tmux again? --- common/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fish/config.fish b/common/fish/config.fish index facf1c3..ab1d925 100755 --- a/common/fish/config.fish +++ b/common/fish/config.fish @@ -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 \ No newline at end of file