From 1dc033f71c258fe792338e486aa64ee70fc49a0c Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 20 Jul 2006 08:44:33 +1000 Subject: [PATCH] Fix temporarily broken fish_function_path during startup darcs-hash:20060719224433-ac50b-d7b4480d694cb8f71ecee75e21c7530700d3c609.gz --- share/fish.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/fish.in b/share/fish.in index 226a5a24a..1ef7c4f08 100644 --- a/share/fish.in +++ b/share/fish.in @@ -8,7 +8,7 @@ # Assign a temporary value here for performance reasons. The real # value should be set in /etc/fish. -set -g fish_function_path @datadir@/functions/ +set -g fish_function_path @datadir@/fish/functions/ set __fish_help_dir @docdir@