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/nodenvAdd it in .zshrc:
plugins=(... nodenv)
Forked from jsahlen/nodenv.plugin.zsh.