1,打开终端输入指令
bash
touch .zshrc
2,你可能希望将 .bash_profile 文件中的内容复制到 .zshrc 文件中,那建议复制过来。
3,使用 .zshrc 文件
执行以下指令:
bash
source .zshrc
注:以后希望使用 .bash_profile 了,再执行 source .bash_profile 吧。
完!