mac 安装 omyzsh 后, terminal瞬间逼格飙升!

但是!

terminal init的时候并不会执行~/.bash_profile、~/.bashrc等脚本了,

这是因为其默认启动执行脚本变为了~/.zshrc。

解决办法就是修改~/.zshrc文件,在其中添加:

source ~/.bash_profile、~/.bashrc等脚本文件就ok了

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2021-04-05
  • 2021-12-05
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-09-17
相关资源
相似解决方案