ZSH Plugin to install and load the Fast Node Manager (fnm).
add the following to your .zshrc
zi light "dominik-schwabe/zsh-fnm"with configurations
zi ice atinit'ZSH_FNM_NODE_VERSION=15.0.0'
zi light "dominik-schwabe/zsh-fnm"with configurations + turbo mode
zi ice wait lucid atinit'ZSH_FNM_NODE_VERSION=15.0.0'
zi light "dominik-schwabe/zsh-fnm"Set this environment variable to automatically install a node version and use it.
e.g.
export ZSH_FNM_NODE_VERSION="15.0.0"Pass extra arguments to fnm env.
e.g.
export ZSH_FNM_ENV_EXTRA_ARGS="--use-on-cd"Set a fixed location where fnm gets installed.
e.g.
export ZSH_FNM_INSTALL_DIR="$HOME/.fnm"I don't use fnm anymore (i use asdf) but since this project is so small and easy to maintain, any contributions are welcome.