aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/fish.in
diff options
context:
space:
mode:
Diffstat (limited to 'share/fish.in')
-rw-r--r--share/fish.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/share/fish.in b/share/fish.in
index a7e6e1dd..226a5a24 100644
--- a/share/fish.in
+++ b/share/fish.in
@@ -3,12 +3,14 @@
# common helper functions for the command completions. All actual
# completions are located in the completions subdirectory.
#
+# @configure_input@
-#
-# Assign a temporary value here for performance reasons. The real value should be set in /etc/fish.
-#
+# 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 __fish_help_dir @docdir@
-set -g fish_function_path $PWD/functions/
#
# Make sure there are no invalid entries in the PATH