zsh: add treep alias

pull/6/head
bretello 2022-03-25 08:34:35 +01:00
parent 782accd7ae
commit 624eb4710c
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

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