Discover, install, and configure shell plugins with Fig Plugin Store →
⭐️

Zsh Fnm

Plugin for ZSH to install the Fast Node Manager (fnm).

dominik-schwabe
|
14 stars
4 forks

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"

Similar Projects