1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-22 03:18:39 +08:00

fnm plugin

This plugin adds autocompletion for fnm - a Node.js version manager.

To use it, add fnm to the plugins array in your zshrc file:

plugins=(... fnm)