Last active
August 19, 2016 15:11
-
-
Save zvakanaka/333b9e448cbcb8b5dec79e964a4e5d7f to your computer and use it in GitHub Desktop.
Node links aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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