dotfiles/shells/common/node.sh

4 lines
90 B
Bash

PATH="./node_modules/.bin:$PATH"
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh