A Zsh plugin to auto-load nodenv and its completions into the shell.
Based on the rbenv plugin from oh-my-zsh.
Clone the plugin into custom oh-my-zsh plugins directory:
git clone https://github.com/bostonaholic/nodenv.plugin.zsh ~/.oh-my-zsh/custom/plugins/nodenv
Add it in .zshrc
:
plugins=(... nodenv)
Forked from jsahlen/nodenv.plugin.zsh.