README.md 651 Bytes
Newer Older
Denys Dovhan's avatar
Denys Dovhan committed
1
2
# nvm plugin

3
This plugin adds autocompletions for [nvm](https://github.com/nvm-sh/nvm) — a Node.js version manager.
Denys Dovhan's avatar
Denys Dovhan committed
4
5
6
It also automatically sources nvm, so you don't need to do it manually in your `.zshrc`.

To use it, add `nvm` to the plugins array of your zshrc file:
7

Denys Dovhan's avatar
Denys Dovhan committed
8
9
10
```zsh
plugins=(... nvm)
```
11
12
13
14
15
16
17
18

## Settings

- **`NVM_DIR`**: if you have installed nvm in a directory other than `$HOME/.nvm`, set and export `NVM_DIR`
  to be the directory where you installed nvm.
  
- **`NVM_HOMEBREW`**: if you installed nvm via Homebrew, in a directory other than `/usr/local/opt/nvm`, you
  can set `NVM_HOMEBREW` to be the directory where you installed it.