美文网首页
mac 中.bash_profile 和 .zshrc 区别

mac 中.bash_profile 和 .zshrc 区别

作者: 中v中 | 来源:发表于2022-04-19 08:48 被阅读0次

    .bash_profile 和 .zshrc 均在~目录下

    .bash_profile,source ~/.bash_profile,只在当前窗口生效

    .zshrc ,source ~/.zshrc,永久生效;计算机每次启动自动执行source ~/.zshrc

    一般会在~/.zshrc中添加source ~/.bash_profile,以确保.bash_profile中的修改永久生效。

    相关文章

      网友评论

          本文标题:mac 中.bash_profile 和 .zshrc 区别

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