From a74055bc3329e2e1c2c5efe84b40870e9b0f16aa Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 17 Feb 2006 22:53:18 +1000 Subject: Proper ordering on paths for dynamic loading - user stuff should override sysadmin stuff should overrtide default stuff darcs-hash:20060217125318-ac50b-f74103958cf01103b351227ae561703ac96ebe95.gz --- etc/fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/fish b/etc/fish index 8c170a6c..10c10e5f 100644 --- a/etc/fish +++ b/etc/fish @@ -7,8 +7,8 @@ # Set default search paths # -set -g fish_function_path /usr/share/functions /etc/fish.d/functions ~/.fish.d/functions -set -g fish_complete_path /usr/share/completions /etc/fish.d/completions ~/.fish.d/completions +set -g fish_function_path ~/.fish.d/functions /etc/fish.d/functions /usr/share/functions +set -g fish_complete_path ~/.fish.d/completions /etc/fish.d/completions /usr/share/completions # # Set default field separators -- cgit v1.2.3