]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fnm/README.md
00fab5cd4b07461ccce20fb5c02cc58c4c90cea8
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fnm / README.md
1 # fnm plugin
2
3 This plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager.
4
5 To use it, add `fnm` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... fnm)
9 ```