Skip to content

zsh-nvm-auto-use is a oh-my-zsh plugin that automatically switches node version, `nvm use`, when a .nvmrc is detected

License

Notifications You must be signed in to change notification settings

martvdmoosdijk/zsh-nvm-auto-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zsh-nvm-auto-use

zsh-nvm-auto-use is a oh-my-zsh plugin automatically switches node version, nvm use, when a .nvmrc is detected.

How to install

Put the script in the oh-my-zsh plugins folder

    cd ~/.oh-my-zsh/custom/plugins
    git clone [email protected]:martvdmoosdijk/zsh-nvm-auto-use.git

Activate the plugin in your .zshrc file

    vim ~/.zshrc
    plugins=(zsh-nvm-auto-use)

Restart or source your terminal

    source ~/.zshrc

Note

Make sure you already have nvm loaded before this runs — usually Oh My Zsh takes care of it if you're using the nvm plugin.

About

zsh-nvm-auto-use is a oh-my-zsh plugin that automatically switches node version, `nvm use`, when a .nvmrc is detected

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages