mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user