aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar npilon <npilon@gmail.com>2006-03-14 05:07:24 +1000
committerGravatar npilon <npilon@gmail.com>2006-03-14 05:07:24 +1000
commit99a93b5add6ce77b619f8b72499dc58a91024522 (patch)
treeab181870847d08647f666b5e7800b924d2b446de /etc
parentde50539c026391bb7da789fc0d2c2fd38edb336f (diff)
Fish PATH Fix
Moved PATH detection code to the start of share/fish. darcs-hash:20060313190724-c90d9-8e2e80910041e91b48d68154e9d8180d04689463.gz
Diffstat (limited to 'etc')
-rw-r--r--etc/fish.in3
1 files changed, 0 insertions, 3 deletions
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