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