如何关闭ZSH shell中的颜色?通过 unicode 支持将其设为黑白!

发布于 2024-09-06 10:16:18 字数 693 浏览 9 评论 0原文

有一次,当我接触到 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:

这是屏幕截图

alt text

替代文本

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

alt text

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫烠⑼条掵仅有一顆心 2024-09-13 10:16:18

尝试:

TERM=xterm-mono

Try:

TERM=xterm-mono
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文