From 99a93b5add6ce77b619f8b72499dc58a91024522 Mon Sep 17 00:00:00 2001 From: npilon Date: Tue, 14 Mar 2006 05:07:24 +1000 Subject: Fish PATH Fix Moved PATH detection code to the start of share/fish. darcs-hash:20060313190724-c90d9-8e2e80910041e91b48d68154e9d8180d04689463.gz --- etc/fish.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/fish.in b/etc/fish.in index b05a27dc..90da43ef 100644 --- a/etc/fish.in +++ b/etc/fish.in @@ -24,10 +24,7 @@ set -g IFS \ \t\n set -l path_list /bin /usr/bin /usr/X11R6/bin @PREFIX@/bin @optbindirs@ -# # Root should also have the sbin directories in the path -# - if test "$USER" = root set path_list $path_list /sbin /usr/sbin /usr/local/sbin end -- cgit v1.2.3