set de to xfce so i can actually use gnomesu

This commit is contained in:
zoe 2022-04-02 18:54:01 +02:00
parent 8ed0c06d3b
commit 726192f2bb
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
if status is-interactive if status is-interactive
# Set greeting # Set greeting
set fish_greeting "" set fish_greeting ""
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
# Dracula Color Palette # Dracula Color Palette
set -l foreground f8f8f2 set -l foreground f8f8f2
@ -53,3 +54,6 @@ if status is-interactive
set -g fish_pager_color_secondary_completion $foreground set -g fish_pager_color_secondary_completion $foreground
set -g fish_pager_color_secondary_description $comment set -g fish_pager_color_secondary_description $comment
end end
if status is-login
export XDG_CURRENT_DESKTOP=XFCE
end