方法 1
-
打开终端,输入
vim ~/.bash_profile
进入功能模式. 输入export LC_ALL=en_US.UTF-8
,:wq
退出 -
source ~/.bash_profile
-
编辑
.zshrc
档案
1
vim ~/.zshrc
找个顺眼的地方插入 source ~/.bash_profile
打开终端,输入 vim ~/.bash_profile
进入功能模式. 输入export LC_ALL=en_US.UTF-8
, :wq
退出
source ~/.bash_profile
编辑 .zshrc
档案
1
vim ~/.zshrc
找个顺眼的地方插入 source ~/.bash_profile