Define fish_function_path at the top of the first init file to improve preformance (each non-existing variable causes a universal variable barrier)

darcs-hash:20060212112349-ac50b-51956f701d11ae897c560617e4b476fb51b576c7.gz
This commit is contained in:
axel 2006-02-12 21:23:49 +10:00
parent 7c7f744b4c
commit 8fdb4d2a17

View file

@ -8,6 +8,7 @@
#
set -g IFS \ \t\n
set -g fish_function_path $PWD/fish.d/functions ~/.fish.d/functions
#
# Add a few common directories to path, if they exists. Note that pure
@ -87,8 +88,6 @@ if test 1 = "@HAVE_GETTEXT@"
end
end
set -g fish_function_path $PWD/fish.d/functions
#
# Load additional initialization files
#