diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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' |