当前位置:主页 > 脚本语言 > Shell >
时间:2020-11-03 13:48:49 | 栏目:Shell | 点击:次
mac 安装 omyzsh 后, terminal瞬间逼格飙升!
但是!
terminal init的时候并不会执行~/.bash_profile、~/.bashrc等脚本了,
这是因为其默认启动执行脚本变为了~/.zshrc。
解决办法就是修改~/.zshrc文件,在其中添加:
source ~/.bash_profile、~/.bashrc等脚本文件就ok了