datarockets / dotfiles

Configuration files for zsh, vim, and tmux
MIT License
11 stars 1 forks source link

Add zsh-nvm #20

Open ezhlobo opened 7 years ago

ezhlobo commented 7 years ago

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