Skip to content

Instantly share code, notes, and snippets.

@zvakanaka
Last active August 19, 2016 15:11
Show Gist options
  • Save zvakanaka/333b9e448cbcb8b5dec79e964a4e5d7f to your computer and use it in GitHub Desktop.
Save zvakanaka/333b9e448cbcb8b5dec79e964a4e5d7f to your computer and use it in GitHub Desktop.
Node links aliases
NODE_DIR='~/.nvm/versions/node/$(node --version)'
alias links='ls -l $NODE_DIR/lib/node_modules/'
alias mylinks='ls -l node_modules'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment