Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 510 Bytes

Extended NVM for ZSH

Two simple zsh functions to load node version from .nvmrc and install pnpm if it's not installed for that version. The load_nvmrc is based on the original load-nvmrc.

Installation

curl -o- https://raw.githubusercontent.com/LiuBergaria/extended-nvm-for-zsh/master/install.sh | bash

Usage

Whenever you enter a directory with a .nvmrc file, the node and corresponding pnpm version will be loaded or installed.