mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
379 B
379 B
NVM plugin
Description
This plugin provides load nvm if it exists and when the .nvmrc file exists in your directory, it will download the described node version.
To start using it:
- Add the
ZSH_NVM_AUTOLOAD=trueat the beginning of the file~/.zshrc - Add
nvmplugin to your plugins array in~/.zshrc
ZSH_NVM_AUTOLOAD=true
# ...
plugins=(... nvm)