mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
lmfao i forgot inversion anywhere in the tty check lol
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user