Macos配置系统环境

.bash_profile对当前登录的用户生效。

修改.bash_profile:
要在文件末尾加上
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH

修改.zshrc,添加 source ~/.bash_profile

source ~/.bash_profile

你可能感兴趣的:(Macos配置系统环境)