From 64bc278275d318b15f4b9d0ed5be9089bf8d0d62 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 4 Apr 2022 11:13:25 +0200 Subject: [PATCH] using fish as login shell was a bad idea --- config.fish | 10 +--------- fish_variables | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/config.fish b/config.fish index 22cd07e..d3cefb2 100644 --- a/config.fish +++ b/config.fish @@ -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 diff --git a/fish_variables b/fish_variables index aa4b877..803cbef 100644 --- a/fish_variables +++ b/fish_variables @@ -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