Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Created May 3, 2014 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshuawuyts/7a98ec495129a767f29a to your computer and use it in GitHub Desktop.
Save yoshuawuyts/7a98ec495129a767f29a to your computer and use it in GitHub Desktop.
zsh tree command for node.js
alias t='tree -a -L 2 -C -I "node_modules|.git"'
  • Log all files
  • Log 2 levels of indentation
  • Use colors
  • Don't log node_modules and .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment