概述
打开终端输入:echo $PS1
输入:gedit ~/.bashrc
#定位到如下代码:if [ "$color_prompt" =yes ]; then
PS1=‘${debian_chroot:+($debian_chroot)}[ 33[01;32m]u@h[ 33[00m]:[ 33[01;34m]w[ 33[00m]$‘
elsePS1=‘${debian_chroot:+($debian_chroot)}u@h:w$‘fi
#注释掉改为:
#if [ "$color_prompt" =yes ]; then
# PS1=‘${debian_chroot:+($debian_chroot)}[ 33[01;32m]u@h[ 33[00m]:[ 33[01;34m]w[ 33[00m]$‘#else# PS1=‘${debian_chroot:+($debian_chroot)}u@h:w$‘# fi
并在文本最后添加如下一行代码
#customer:
PS1=‘${debian_chroot:+($debian_chroot)}[ 33[01;32m]u[ 33[00m]@h:[ 33[01;33m]w[ 33[00m]$‘#root:
PS1=‘${debian_chroot:+($debian_chroot)}[ 33[01;31m]u[ 33[00m]@h:[ 33[01;33m]w[ 33[00m]$‘
保存后退出,然后source
切换root权限,在root目录下/root也同样操作一遍
效果如下图
中间的主机名也可修改,参考默认的特殊符号所代表的意义
如要设置成其他颜色可参考下列字体颜色代码
界面控制格式如下:
printf("