From c81ee240bfc0b262c1eeae90884653a3059c73ea Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 25 Mar 2025 15:27:33 +0200 Subject: [PATCH] chore: tweaks to node version, fnm init Signed-off-by: Ismo Vuorinen --- base/nvmrc | 2 +- config/fish/config.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/nvmrc b/base/nvmrc index b009dfb..517f386 100644 --- a/base/nvmrc +++ b/base/nvmrc @@ -1 +1 @@ -lts/* +v22.14.0 diff --git a/config/fish/config.fish b/config/fish/config.fish index 19ebf0c..ada4c27 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -21,5 +21,5 @@ set -gx PATH $PATH $HOME/.lmstudio/bin type -q rbenv; and source (rbenv init -|psub) type -q pyenv; and source (pyenv 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