--- .bashrc.old 2008-04-28 00:04:43.000000000 +0300 +++ .bashrc 2008-04-28 00:06:32.000000000 +0300 @@ -30,9 +30,9 @@ esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt -#force_colored_prompt=yes +#enable_colored_prompt=yes -if [ -n "$force_color_prompt" ]; then +if [ -n "$enable_colored_prompt" ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then # We have color support; assume it's compliant with Ecma-48 # (ISO/IEC-6429). (Lack of such support is extremely rare, and such @@ -48,7 +48,7 @@ if [ "$color_prompt" = yes ]; then else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi -unset color_prompt force_color_prompt +unset color_prompt enable_colored_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in