摘要: 转自:https://canmeng.net/c/967 默认的.zshrc 没有设置为 utf-8 编码 1.在终端下输入 vim ~/.zshrc 或者使用其他你喜欢的编辑器编辑~/.zshrc 文件 2.在文件内容末端添加: export LC_ALL=en_US.UTF-8 export L 阅读全文
posted @ 2021-12-27 09:28 M1927 阅读(2157) 评论(0) 推荐(0)