Skip to content

Sparragus/zsh-auto-nvm-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

No packages published

Languages