Skip to content

An Oh-My-Zsh Plugin that automatically loads the node version specified in .nvmrc.

License

Notifications You must be signed in to change notification settings

yarkovaleksei/zsh-auto-nvm-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

zsh-auto-nvm-use

An Oh-My-Zsh Plugin that automatically loads the node version specified in .nvmrc.

Installation

Clone this repo into ~/.oh-my-zsh/custom/plugins (or wherever your plugins are configured to live)

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

Update the plugins config in your ~/.zshrc file to include zsh-auto-nvm-use:

plugins=(zsh-auto-nvm-use)

Usage

If a directory has a file named .nvmrc in it, then when you cd into that directory this plugin will read the contents of the file and change or install Node.js with version written in this file.

About

An Oh-My-Zsh Plugin that automatically loads the node version specified in .nvmrc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages