Fish: move variables out of config

This commit is contained in:
Phantop 2020-08-14 15:17:53 -04:00
parent 59468f8f17
commit 055d879c25
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
# PATHS #
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin /usr/bin /usr/sbin /sbin /bin
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
# FOR INTERACTIVE TERMINAL #

View File

@ -42,3 +42,4 @@ SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/home/glados/\x2elocal/bin\x1e/mnt/LocalDiskD/Installs/bin\x1e/usr/lib/ccache/bin

View File

@ -1,5 +1,4 @@
function ff -w fd
fd\
-E sys -E caches -E cache -E .cache -E graphicPacks -E proc -E dosdevices -E .git\
-H -d 5 -L -i $argv
# Defined in /tmp/fish.jRV9Y0/ff.fish @ line 1
function ff --wraps=fd
fd -E sys -E caches -E cache -E .cache -E graphicPacks -E proc -E dosdevices -E .git -H -d 5 -L -i $argv
end