Add 'du' total alias

This commit is contained in:
Sage Vaillancourt 2020-05-01 14:53:21 -04:00
parent f8c79c2dbe
commit 388175b9c2
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ alias pwoeroff=poweroff
alias ll='ls --color=auto -Flh -w 80'
alias ls='ls --color=auto -F -w 80'
# Using du automatically finds the total
alias du='du -sh'
alias tags='ctags -f newtags -R . && mv newtags tags'
alias newvpn='sudo openvpn --config ~/.ssh/sagev.ovpn'