终端设置PS1

vim ~/.bash_profile 在文件中加上下面两行

export CLICOLOR=1
export PS1="[\e[32;1m][[\e[33;1m]\u[\e[31;1m]@[\e[33;1m]\h [\e[36;1m]\w[\e[32;1m]][\e[34;1m]$ [\e[0m]"

效果如下:


屏幕快照 2019-02-11 上午1.18.51.png

你可能感兴趣的:(终端设置PS1)