We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e215fe0 commit c81ee24Copy full SHA for c81ee24
base/nvmrc
@@ -1 +1 @@
1
-lts/*
+v22.14.0
config/fish/config.fish
@@ -21,5 +21,5 @@ set -gx PATH $PATH $HOME/.lmstudio/bin
21
type -q rbenv; and source (rbenv init -|psub)
22
type -q pyenv; and source (pyenv init -|psub)
23
type -q goenv; and source (goenv init -|psub)
24
-type -q fnm; and source (fnm env|psub)
+type -q fnm; and fnm env --use-on-cd --shell fish | source
25
0 commit comments