Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.07 KB

zsh-lazy-nvm

Lazy nvm loading with auto use support!

Requirements

Install

Install with zinit (recommended)

zinit light sei40kr/zsh-lazy-nvm

Install with zplug

zplug sei40kr/zsh-lazy-nvm

Customization

Variable Default Value Description
LAZY_NVM_SILENT_USE false Whether to use --silent option for nvm use. If true, it also keeps silence on reverting to nvm default version.
LAZY_NVM_AUTO_INSTALL false Whether to install the local version if it is not already installed.

Similar Projects