2019-12-08_shell加颜色
2021-02-02 本文已影响0人
laughing_4963
PS1="\[\e[1;5;41;33m\][\u@\h\W]\\$\[\e[0m\]"
把5去掉不闪了
PS1="\[\e[1;32;40m\][\u@\h\W]\\$\[\e[0m\]"
PS1="\[\e[1;31;40m\][\u@\h\W]\\$\[\e[0m\]"
gedit 图形化界面
提示符颜色区分不同主机
ubuntun中 .bahsrc
[a@AA~]$cat <<END >>~/.bashrc
> export PATH=~/transcriptome/soft:~/anaconda3/bin:\$PATH
> END