Linux设置shell终端显示颜色和样式
Posted 砚台是黑的
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux设置shell终端显示颜色和样式相关的知识,希望对你有一定的参考价值。
```
执行 编辑:
vim ~/.bashrc
shell终端修改显示颜色和样式等的命令: PS1="\\[\\e[01;31m\\]\\u@\\h \\[\\e[01;36m\\]\\w \\[\\e[01;32m\\]o \\[\\e[00m\\]"
然后激活
source ~/.bashrc
相关链接:https://www.cnblogs.com/Dreamer-qiao/p/7617344.html
```
以上是关于Linux设置shell终端显示颜色和样式的主要内容,如果未能解决你的问题,请参考以下文章
xshell , securecrt ANSI 颜色配置;shell 终端 ASNI颜色 配置详解