dotfiles/shells/common/node.sh

4 lines
90 B
Bash
Raw Normal View History

2015-09-02 12:37:59 +10:00
PATH="./node_modules/.bin:$PATH"
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh