美文网首页
[转]mac ~/.bash_profile配置重启后不生效的解

[转]mac ~/.bash_profile配置重启后不生效的解

作者: d2031869e667 | 来源:发表于2018-12-26 15:07 被阅读39次

自己在 ~/.bash_profile 中配置环境变量, 可是每次重启终端后配置的不生效.需要重新执行 : $source ~/.bash_profile

发现zsh加载的是 ~/.zshrc文件,而 ‘.zshrc’ 文件中并没有定义任务环境变量。

解决办法

在~/.zshrc文件最后,增加一行:

source ~/.bash_profile

原文:https://blog.csdn.net/science_Lee/article/details/79214127 

相关文章

网友评论

      本文标题:[转]mac ~/.bash_profile配置重启后不生效的解

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