From 8fdb4d2a17c141a4849332b714479efd14032562 Mon Sep 17 00:00:00 2001 From: axel Date: Sun, 12 Feb 2006 21:23:49 +1000 Subject: [PATCH] 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 --- init/fish.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init/fish.in b/init/fish.in index 344484c7c..fe32960e2 100644 --- a/init/fish.in +++ b/init/fish.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 #