aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/fish.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fish.in')
-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