add nvm to wsl/linux config

This commit is contained in:
juancwu 2023-02-08 18:47:07 -05:00
commit 9b4c4dcd10
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View file

@ -49,6 +49,17 @@ if type -q tmux
alias tmks "tmux kill-session"
end
if type -q nvm
nvm use >/dev/null
end
function fish_greeting
echo "Welcome Back Juan!"
if type -q nvm
echo "Current Node:$(nvm current)"
end
end
# allow local config overwrite
set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish
if test -f $LOCAL_CONFIG

1
.config/nvm/nvmrc Normal file
View file

@ -0,0 +1 @@
16