add: nvm configurations

This commit is contained in:
juancwu 2023-01-07 16:39:36 -05:00
commit 31fb646d79
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Config file for macOS # Config file for macOS
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
set -x NVM_DIR "$HOME/.nvm"

View file

@ -0,0 +1,4 @@
function nvm
set nvm_prefix (brew --prefix nvm)
bass source "$nvm_prefix/nvm.sh" --no-use ';' nvm $argv
end