chore: tweaks to node version, fnm init

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-25 15:27:33 +02:00
parent e215fe0a2f
commit c81ee240bf
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
lts/* v22.14.0

View File

@@ -21,5 +21,5 @@ set -gx PATH $PATH $HOME/.lmstudio/bin
type -q rbenv; and source (rbenv init -|psub) type -q rbenv; and source (rbenv init -|psub)
type -q pyenv; and source (pyenv init -|psub) type -q pyenv; and source (pyenv init -|psub)
type -q goenv; and source (goenv init -|psub) type -q goenv; and source (goenv init -|psub)
type -q fnm; and source (fnm env|psub) type -q fnm; and fnm env --use-on-cd --shell fish | source