mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(plugins): add fnm plugin (#9864)
Co-authored-by: Ziga Sebenik <ziga.sebenik@oryxgaming.com>
This commit is contained in:
parent
dac3314c76
commit
d9ad99531f
3 changed files with 23 additions and 0 deletions
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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue