-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
What do you think about installing zsh-nvm by default?
https://github.com/lukechilds/zsh-nvm
Guide to install
git clone https://github.com/lukechilds/zsh-nvm.git ~/.zsh-nvm
Add this to the top of ~/.zshrc.local:
export NVM_LAZY_LOAD=true
source ~/.zsh-nvm/zsh-nvm.plugin.zsh
export NODE_ENV=development
lukechilds