Skip to content

Automatically runs `nvm use` with the node version specified in .nvmrc

Notifications You must be signed in to change notification settings

esc-zsh/zsh-auto-nvm-use

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

zsh-auto-nvm-use

zsh-auto-nvm-use is a zsh plugin that automatically loads the node version specified in .nvmrc.

The code is completely taken from the nvm's GitHub repository.

Installation

Using Antigen

Bundle zsh-auto-nvm-use in your .zshrc

antigen bundle Sparragus/zsh-auto-nvm-use

As an Oh My ZSH! custom plugin

Clone zsh-auto-nvm-use into your custom plugins repo.

git clone https://github.com/Sparragus/zsh-auto-nvm-use ~/.oh-my-zsh/custom/plugins/zsh-auto-nvm-use

Then load as a plugin in your .zshrc

plugins+=(zsh-auto-nvm-use)

About

Automatically runs `nvm use` with the node version specified in .nvmrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%