Removed /usr/local from CDPATH
[clearscm.git] / rc / set_colors
old mode 100644 (file)
new mode 100755 (executable)
index b9e5425..10bd8aa
@@ -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"