#Tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=Exfxcxdxcxegedabagacad
# Tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
export TERM="xterm-color"
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\] \$ '
#把这段代码放到 主目录的 .bash_profile 里,然后 source 它