]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Ignore python files in arbol
authorRuben Beltran del Rio <redacted>
Wed, 10 Nov 2021 13:06:16 +0000 (14:06 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 10 Nov 2021 13:06:16 +0000 (14:06 +0100)
zsh/modules/aliases.zsh

index 6ae0fcc59345ea358db780b27c65fd2f37bbcbec..0f69a9e4f80c63e1df58f5e07b7f18e8e239e3d4 100644 (file)
@@ -31,7 +31,7 @@ alias gp='git push'
 alias grm="/usr/local/bin/gm"
 
 # JS friendly tree
 alias grm="/usr/local/bin/gm"
 
 # JS friendly tree
-alias arbol="tree -I 'node_modules|bower_components|doc'"
+alias arbol="tree -I 'node_modules|bower_components|doc|__pycache__|\.pyc'"
 
 # Load Script Version Managers because they slow
 alias enable-nvm='source $(brew --prefix nvm)/nvm.sh'
 
 # Load Script Version Managers because they slow
 alias enable-nvm='source $(brew --prefix nvm)/nvm.sh'