diff options
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 5d819a0..6faac05 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR __fish_initialized:3100 +SETUVAR __fish_initialized:3400 SETUVAR _fish_abbr_gA:git\x20add\x20\x2dA SETUVAR _fish_abbr_ga:git\x20add SETUVAR _fish_abbr_gc:git\x20commit @@ -40,4 +40,5 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_user_paths:/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts +SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_user_paths:/home/zt/\x2egopath/bin\x1e/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts |