bash 有它的配置文件
zsh 有它的配置文件
你配置在 bash 中,使用的卻是 zsh 當(dāng)然不行了。
```
if [ -f ~/.bash_profile ]; then
source ~/.bash_profile
fi
```
MAC 設(shè)置環(huán)境變量PATH 和 查看PATH理論篇 Mac系統(tǒng)的環(huán)境變量搂根,加載順序?yàn)椋?etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~...