nvm 在bash_profile 中的配置为
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
在bash_profile文件下已经配置过nvm 路径,在zsh 启动中bash_profile并没有初始化
open ~/.zshrc 文件,添加source ~/.bash_profile
nvm 在bash_profile 中的配置为
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
在bash_profile文件下已经配置过nvm 路径,在zsh 启动中bash_profile并没有初始化
open ~/.zshrc 文件,添加source ~/.bash_profile