Add alias to show size of each directory

This commit is contained in:
Kevin Cotugno 2022-10-03 06:23:27 -07:00
parent f218f03c77
commit 6d918e2d4a

1
.zshrc
View File

@ -97,6 +97,7 @@ function proj {
alias e='$EDITOR'
alias s="du -sh"
alias sd="du -hd 1"
alias tmux="tmux -2"