Automates loading the correct Node.js version from .nvmrc in Fish shell.
.nvmrc
Ensure you have fisher installed, then run:
fisher install ivuorinen/nvm-auto-use.fish
This script automatically detects the .nvmrc file in your current or parent directories and loads the specified Node.js version.
If the specified version is not installed, it will be installed automatically using nvm install.
nvm install
To remove the plugin, run:
fisher remove ivuorinen/nvm-auto-use.fish
MIT License. See LICENSE for details.