mac 中.bash_profile 和 .zshrc 区别

2022-04-19  本文已影响0人  中v中

.bash_profile 和 .zshrc 均在~目录下

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

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

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

上一篇 下一篇

猜你喜欢

热点阅读