美文网首页
.bash_profile .bashrc .zshrc介绍

.bash_profile .bashrc .zshrc介绍

作者: senpaiLi | 来源:发表于2022-06-10 11:55 被阅读0次

官方解释:https://support.apple.com/zh-cn/HT208050

  • 从 macOS Catalina 版开始,zsh (Z shell) 是所有新建用户帐户的默认 Shell。
  • bashmacOS Mojave 及更低版本中的默认 Shell。

所以之前在.bash_profile和.bashrc配置的环境变量,在新版本mac不生效了。
解决方式,在.zshrc添加适配代码:. ~/.bash_profile 和 ~/.bashrc

相关文章

网友评论

      本文标题:.bash_profile .bashrc .zshrc介绍

      本文链接:https://www.haomeiwen.com/subject/fotbmrtx.html