zsh:alias: Add sizes for du -sch * | sort -h
This commit is contained in:
@@ -151,6 +151,8 @@ fi
|
|||||||
alias zmv='noglob zmv'
|
alias zmv='noglob zmv'
|
||||||
# Automatically change into new directory (if only one was passed)
|
# Automatically change into new directory (if only one was passed)
|
||||||
alias mkdir='mkcd'
|
alias mkdir='mkcd'
|
||||||
|
# List human readable sizes in order
|
||||||
|
alias sizes='du -sch * | sort -h'
|
||||||
|
|
||||||
# External command depending aliases
|
# External command depending aliases
|
||||||
(( ! $+commands[zathura] )) ||
|
(( ! $+commands[zathura] )) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user