mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
Remove Solaris circular dependency in init file. Thanks to Netocrat.
darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
This commit is contained in:
parent
441c109afb
commit
486e0dbe84
1 changed files with 6 additions and 6 deletions
|
@ -5,6 +5,12 @@
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
|
# Assign a temporary value here for performance reasons. The real
|
||||||
|
# value should be set in /etc/fish.
|
||||||
|
|
||||||
|
set -g fish_function_path @datadir@/fish/functions/
|
||||||
|
set __fish_help_dir @docdir@
|
||||||
|
|
||||||
# This is a Solaris-specific test to modify the PATH so that
|
# This is a Solaris-specific test to modify the PATH so that
|
||||||
# Posix-conformant tools are used by default.
|
# Posix-conformant tools are used by default.
|
||||||
|
|
||||||
|
@ -14,12 +20,6 @@ if test -d /usr/xpg4/bin
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Assign a temporary value here for performance reasons. The real
|
|
||||||
# value should be set in /etc/fish.
|
|
||||||
|
|
||||||
set -g fish_function_path @datadir@/fish/functions/
|
|
||||||
set __fish_help_dir @docdir@
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Make sure there are no invalid entries in the PATH
|
# Make sure there are no invalid entries in the PATH
|
||||||
|
|
Loading…
Reference in a new issue