It would be nice if there was a command like fnm env [--prepare-shell=bash|zsh|fish|powershell] that would in the case of fish add a file to ~/.config/fish/conf.d/fnm.fish with fnm evn | source as content.
With this the homebrew installer could do everything needed to install fnm and the instructions to setup fnm properly would be simpler in general.
It would be nice if there was a command like
fnm env [--prepare-shell=bash|zsh|fish|powershell]
that would in the case of fish add a file to~/.config/fish/conf.d/fnm.fish
withfnm evn | source
as content.With this the homebrew installer could do everything needed to install fnm and the instructions to setup fnm properly would be simpler in general.