Adding "du" alias.

This commit is contained in:
Rodolphe Breard 2015-08-06 20:12:10 +02:00
parent c64cc7b5fa
commit 781fd45d4c

1
.zshrc
View file

@ -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'