From 624eb4710c6ce10ea357f1b7d8c88881d9e0e6d9 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 25 Mar 2022 08:34:35 +0100 Subject: [PATCH] zsh: add treep alias --- aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.zsh b/aliases.zsh index badbbb6..f7582e2 100755 --- a/aliases.zsh +++ b/aliases.zsh @@ -47,6 +47,7 @@ alias ka="killall" alias ipy='ipython' alias ipyl='ipython --pylab' +alias treep='tree -I __pycache__' ## Show the last 10 modified files if [[ ! "$(uname)" == "Darwin" ]]; then