[UPDATE][SHELL] Remove 'du' and 'df' aliases
They do more harm than good.
This commit is contained in:
parent
1b12a8e1c9
commit
d5c6d39b2a
|
@ -13,14 +13,12 @@ alias fgrep='fgrep --color=auto'
|
||||||
alias diff='diff --color=auto'
|
alias diff='diff --color=auto'
|
||||||
|
|
||||||
# Better defaults
|
# Better defaults
|
||||||
alias df='df -ahiT --total'
|
|
||||||
alias cp='cp -i'
|
alias cp='cp -i'
|
||||||
alias more='less'
|
alias more='less'
|
||||||
#alias mkdir='mkdir -v'
|
#alias mkdir='mkdir -v'
|
||||||
alias userlist='cut -d: -f1 /etc/passwd'
|
alias userlist='cut -d: -f1 /etc/passwd'
|
||||||
alias fhere='find . -name '
|
alias fhere='find . -name '
|
||||||
alias free='free -mt'
|
alias free='free -mt'
|
||||||
alias du='du -ach | sort -h'
|
|
||||||
alias ps='ps auxf'
|
alias ps='ps auxf'
|
||||||
alias psgrep='ps aux | grep -v grep | grep -i -e VSZ -e'
|
alias psgrep='ps aux | grep -v grep | grep -i -e VSZ -e'
|
||||||
alias wget='wget -c'
|
alias wget='wget -c'
|
||||||
|
|
Loading…
Reference in a new issue