guix/oh-my-zsh/plugins/fnm/README.md

10 lines
209 B
Markdown
Raw Normal View History

2024-05-05 13:55:06 +01:00
# 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)
```