我已经在 CLI 中以 root 身份启动,没有任何 GUI。如何更改文本颜色(底色)?
答案1
在终端(又称 CLI(命令行界面))中,已经使用不同的颜色来表示文件类型、目录和消息突出显示。我不想覆盖这些颜色。
但是,您可以更改命令提示符的颜色,这样可以更容易区分您键入的命令和它们的输出。
请执行此类型:
gedit ~/.bashrc
然后搜索以下文本块:
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
删除前面的#force_color_prompt=yes
并保存文件。
我已经在我的系统上完成了这个并且喜欢结果。