Add 'du' total alias
This commit is contained in:
parent
f8c79c2dbe
commit
388175b9c2
|
@ -67,6 +67,9 @@ alias pwoeroff=poweroff
|
||||||
alias ll='ls --color=auto -Flh -w 80'
|
alias ll='ls --color=auto -Flh -w 80'
|
||||||
alias ls='ls --color=auto -F -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 tags='ctags -f newtags -R . && mv newtags tags'
|
||||||
|
|
||||||
alias newvpn='sudo openvpn --config ~/.ssh/sagev.ovpn'
|
alias newvpn='sudo openvpn --config ~/.ssh/sagev.ovpn'
|
||||||
|
|
Loading…
Reference in New Issue