X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fset_colors;h=10bd8aabf743a5b8a4992dfe9c571daee708408f;hb=f6ad325ac05d6e777f60ae0e4cdde53cf2962ec2;hp=b9e542523265d19c39bce6f13cbdf1a6c7f760a5;hpb=1140ca8d56832ae529db0f353112ac192cdf9432;p=clearscm.git diff --git a/rc/set_colors b/rc/set_colors old mode 100644 new mode 100755 index b9e5425..10bd8aa --- a/rc/set_colors +++ b/rc/set_colors @@ -30,6 +30,7 @@ if [ "$TERM" = "vt100" -o \ echo -e "${INVERSE}Inverse$NORMAL" fi elif [ "$TERM" = "dtterm" -o \ + "$TERM" = "cygwin" -o \ "$TERM" = "xterm" -o \ "$TERM" = "xtermc" ]; then NORMAL="$esc[0;39m"