ohmyzsh/plugins/nvm
2017-12-10 00:33:07 -02:00
..
_nvm nvm plugin improvements (#5265) 2016-08-07 19:36:44 +02:00
nvm.plugin.zsh Refactor to Coding Style Guide 2017-12-10 00:33:07 -02:00
README.md Add file to description how to use zsh_nvm_auto_load 2017-12-10 00:14:49 -02:00

NVM plugin

Description

This plugin provides load nvm if it exists and when the .nvmrc file exists in your directory, it will download the described node version.

To start using it:

  • Add the ZSH_NVM_AUTOLOAD=true at the beginning of the file ~/.zshrc
  • Add nvm plugin to your plugins array in ~/.zshrc
ZSH_NVM_AUTOLOAD=true
# ...
plugins=(... nvm)