summaryrefslogtreecommitdiff
path: root/plugins/fnm/README.md
blob: 00fab5cd4b07461ccce20fb5c02cc58c4c90cea8 (plain)
1
2
3
4
5
6
7
8
9
# fnm plugin

This plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager.

To use it, add `fnm` to the plugins array in your zshrc file:

```zsh
plugins=(... fnm)
```