using fish as login shell was a bad idea

This commit is contained in:
zoe 2022-04-04 11:13:25 +02:00
parent 42885fc910
commit 64bc278275
2 changed files with 2 additions and 9 deletions

View File

@ -22,9 +22,7 @@ if status is-interactive
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
set -g fish_color_keyword $pink
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_quote $yellow set -g fish_color_redirection $foreground set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
@ -57,9 +55,3 @@ if status is-interactive
set -g fish_pager_color_secondary_completion $foreground
set -g fish_pager_color_secondary_description $comment
end
if status is-login
# this is a lie, but otherwise xdg utils will not work properly
export XDG_CURRENT_DESKTOP=XFCE
# set editor, hooray!
export EDITOR=nvim
end

View File

@ -29,3 +29,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di
SETUVAR fish_pager_color_prefix:cyan\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/var/lib/flatpak/exports/share/\x1e/usr/local/bin