現在位置: Top/bashrc

*bashrc

$ vi ~/.bash_aliases
$ vi ~/.bashrc
$ vi ~/.profaile
$ vi ~/.profile

 LANG=en_US.UTF-8
 
 #緑色
 export PS1="\[\033[01;32m\]\u@\h:\w\$\[\033[00m\] ";
 
 #黄色
 export PS1="\[\033[01;33m\]\u@\h:\w\$\[\033[00m\] ";
 
 #水色
 export PS1="\[\033[01;36m\]\u@\h:\w\$\[\033[00m\] ";
 
 #赤色
 export PS1="\[\033[01;31m\]\u@\h:\w\$\[\033[00m\] ";
 
 #紫色
 export PS1="\[\033[01;35m\]\u@\h:\w\$\[\033[00m\] ";