mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
chore: tweaks to node version, fnm init
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
lts/*
|
v22.14.0
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user