summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 142b4c9..018f569 100644
--- a/bashrc
+++ b/bashrc
@@ -10,8 +10,6 @@ alias d='ls'
alias s='cd ..'
alias p='cd -'
-echo $PATH|grep -q /sbin || export PATH=$PATH:/sbin:/usr/sbin
-
# Tell to df to don't see the supermount filesystems.
alias df='df -x supermount'