nvm 启动缓慢

nvm管理node版本后启动很慢

因此写了个alias先用用,还算有点用(放置在.bash_profile)

1
alias nvm='unalias nvm  && . "/usr/local/opt/nvm/nvm.sh" && nvm '