Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 588 Bytes

A Zsh plugin to auto-load nodenv and its completions into the shell.

Based on the rbenv plugin from oh-my-zsh.

Installation

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)

Thanks

Forked from jsahlen/nodenv.plugin.zsh.