zsh:alias: Add sizes for du -sch * | sort -h

This commit is contained in:
2022-09-09 01:35:58 +02:00
parent a1e431d3e1
commit 22ad215f62

View File

@@ -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] )) ||