mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00: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:
parent
7c7f744b4c
commit
8fdb4d2a17
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue