aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 08:44:33 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 08:44:33 +1000
commit1dc033f71c258fe792338e486aa64ee70fc49a0c (patch)
tree44e36db8d52152815e55629538df84a9707f7cc0 /share
parentba4166d17d0d8c84fbf3282440a4757abb2575f4 (diff)
Fix temporarily broken fish_function_path during startup
darcs-hash:20060719224433-ac50b-d7b4480d694cb8f71ecee75e21c7530700d3c609.gz
Diffstat (limited to 'share')
-rw-r--r--share/fish.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/fish.in b/share/fish.in
index 226a5a24..1ef7c4f0 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@