Populate repo
This commit is contained in:
9
zsh/.oh-my-zsh/plugins/fnm/README.md
Normal file
9
zsh/.oh-my-zsh/plugins/fnm/README.md
Normal file
@ -0,0 +1,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)
|
||||
```
|
Reference in New Issue
Block a user