From 49dadf232b0f6aa4f60cd610aec570543283d31a Mon Sep 17 00:00:00 2001 From: foreverpyrite <51493121+ForeverPyrite@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:25:59 -0500 Subject: [PATCH] lmfao i forgot inversion anywhere in the tty check lol --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 31b791f..eec419d 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -45,7 +45,7 @@ starship init fish | source # with the env of the tty instead of the wayland session is really # annoying tbh -if tty | string match --quiet --regex '^/dev/tty[0-9]+$' +if not tty | string match --quiet --regex '^/dev/tty[0-9]+$' # Making it a varible just in case I wanna change it some day set DEFAULT_SESSION home if status is-interactive && not set -q TMUX