mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-22 08:09:50 +00:00
feat(plugins): add fnm plugin (#9864)
Co-authored-by: Ziga Sebenik <ziga.sebenik@oryxgaming.com>
This commit is contained in:
9
plugins/fnm/README.md
Normal file
9
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