mac 10.15.7 修改PATH

在.zprofile  文件中修改

export PATH="/Users/用户/bin:$PATH"

.zprofile 相当于 .bash_profile
.zshrc 相当于 .bashrc

原文地址:https://www.cnblogs.com/shaoyang0123/p/13944307.html