编辑用户家目录下的.bashrc文件并追加以下内容: case $TERM in xterm-color|*-256color) color_prompt=yes;; esac force_color_prompt=yes if [ -n $force_color_prompt ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then color_prompt=yes else color_prompt= fi fi if [ $color_prompt = yes ]; the