Fix oops in fish session config

This commit is contained in:
2023-03-25 11:05:15 +01:00
parent 1f932481ca
commit 42f770a3d7

View File

@ -63,7 +63,7 @@ starship init fish | source
if status is-login if status is-login
and set -q XDG_SESSION_TYPE XDG_VTNR and set -q XDG_SESSION_TYPE XDG_VTNR
and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1" and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1"
set -x XDG_SESSION_TYPE sway set -x XDG_CURRENT_DESKTOP sway
exec sway exec sway
end end
{% end %} {% end %}