lmfao i forgot inversion anywhere in the tty check lol

This commit is contained in:
foreverpyrite
2025-09-28 21:25:59 -05:00
parent 553218aa5f
commit 49dadf232b

View File

@@ -45,7 +45,7 @@ starship init fish | source
# with the env of the tty instead of the wayland session is really # with the env of the tty instead of the wayland session is really
# annoying tbh # 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 # Making it a varible just in case I wanna change it some day
set DEFAULT_SESSION home set DEFAULT_SESSION home
if status is-interactive && not set -q TMUX if status is-interactive && not set -q TMUX