ZSH Plugin - Fast Node Manager (fnm)
ZSH Plugin to install and load the Fast Node Manager (fnm).
Installation
Zinit
add the following to your .zshrc
zinit light "dominik-schwabe/zsh-fnm"
to be sure, you get the completion run:
zinit cclear
zinit compinit
Configuration
ZSHFNMNODE_VERSION
Set this environment variable to automatically install a node version and use it.
e.g.
export ZSH_FNM_NODE_VERSION="15.0.0"