mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Fix temporarily broken fish_function_path during startup
darcs-hash:20060719224433-ac50b-d7b4480d694cb8f71ecee75e21c7530700d3c609.gz
This commit is contained in:
parent
ba4166d17d
commit
1dc033f71c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# Assign a temporary value here for performance reasons. The real
|
# Assign a temporary value here for performance reasons. The real
|
||||||
# value should be set in /etc/fish.
|
# 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@
|
set __fish_help_dir @docdir@
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue