Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 zsh 包。所以,现在当我输入zsh终端时,它会从 bash 切换到 zsh。
zsh
另外,我下载了oh-my-zsh框架来自定义 zsh。当我将文件中的主题名称更改为此处.zshrc给出的主题之一时,它会更改提示的颜色/类型等,但背景颜色保持不变。我希望背景颜色更改为该主题 wiki 页面上给出的颜色。
.zshrc
那么,每当我更改主题时,如何自动将背景颜色更改为该页面上的背景颜色?
更改背景颜色应取决于您的终端仿真器。
这使用 setterm 回答了一些问题:
通过命令更改 Gnome 终端中的背景颜色?
xterm 的另一个链接:
xterm:如何更改背景颜色?