--- /etc/skel/.bashrc.old 2012-06-04 09:27:02.567531828 +0300 +++ /etc/skel/.bashrc 2012-06-04 09:44:04.407488854 +0300 @@ -37,20 +37,22 @@ case "$TERM" in xterm-color) color_prompt=yes;; 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_color_prompt=yes - -if [ -n "$force_color_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 - # a case would tend to support setf rather than setaf.) - color_prompt=yes - else - color_prompt= - fi + +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 + # a case would tend to support setf rather than setaf.) + color_prompt=yes +else + color_prompt= +fi + +# uncomment for a non-colored prompt +#force_colorless_prompt=yes + + +if [ -n "$force_colorless_prompt" ]; then + color_prompt= fi if [ "$color_prompt" = yes ]; then @@ -58,7 +60,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 force_colorless_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in