From 6d918e2d4a38427ba38eeae9a64983e3e3521bb9 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 3 Oct 2022 06:23:27 -0700 Subject: [PATCH] Add alias to show size of each directory --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 5f01142..5e37580 100644 --- a/.zshrc +++ b/.zshrc @@ -97,6 +97,7 @@ function proj { alias e='$EDITOR' alias s="du -sh" +alias sd="du -hd 1" alias tmux="tmux -2"