mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add treep alias
This commit is contained in:
parent
782accd7ae
commit
624eb4710c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user