Adding "du" alias.
This commit is contained in:
parent
c64cc7b5fa
commit
781fd45d4c
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -64,6 +64,7 @@ alias grep='grep -n --color=auto'
|
||||||
alias j='jobs'
|
alias j='jobs'
|
||||||
alias ne='emacs'
|
alias ne='emacs'
|
||||||
alias df='df -h'
|
alias df='df -h'
|
||||||
|
alias du='du -ch'
|
||||||
alias weechat='TERM=screen-256color weechat'
|
alias weechat='TERM=screen-256color weechat'
|
||||||
alias lock='xscreensaver-command --lock'
|
alias lock='xscreensaver-command --lock'
|
||||||
hash htop 2>/dev/null && alias top='TERM=screen-256color htop'
|
hash htop 2>/dev/null && alias top='TERM=screen-256color htop'
|
||||||
|
|
Loading…
Reference in a new issue