如何关闭ZSH shell中的颜色?通过 unicode 支持将其设为黑白!
有一次,当我接触到 openbsd 时,我真的很高兴拥有黑白终端,不知何故,我用黑白颜色来定位更多。
无论如何,我只知道一种选择。
export TERM="linux-m"
openbsd 使用了其他类似“vt8..”的东西,我不记得了。
现在我的专用服务器上有 freebsd,我想再次拥有黑白终端。在 bash 上,即使在 sh 中它也能完美工作,例如,我在 Midnight Commander 中得到了正常的 unicode...但是当我在 mc 中使用 TERM="linux-m" 输入 ZSH 时,我遇到了 unicode 问题,边缘只是一堆字母...
在 /etc/login.conf 中,我有这个区域设置:
unicode|Unicode Users Accounts:\
:charset=UTF-8:\
:lang=en_US.UTF-8:\
:lc_all=en_US.UTF-8:\
:tc=default:
这是屏幕截图
Once when I got my hand on openbsd I was really happy to have black and white terminal, I, somehow, orienting much more with b/w colors..
Anyway I know just one option to do it.
export TERM="linux-m"
and openbsd used something else like "vt8.." i don't remember.
Now I have freebsd on my dedicated server, I want to have black and white terminal again. On bash it works perfectly even in sh, i got normal unicode in Midnight commander for example... but when I entering ZSH with TERM="linux-m" in mc I have unicode problem , edges just a bunch of letters...
in /etc/login.conf i've got this locales:
unicode|Unicode Users Accounts:\
:charset=UTF-8:\
:lang=en_US.UTF-8:\
:lc_all=en_US.UTF-8:\
:tc=default:
here's screenshots
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
Try: