Colours for PS2 and PS4.
[profile.git] / .profile.d / options.bashrc
index 03a0ef9..8000115 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Bash variables and options.
 # Some of these are (now) the default but listed for completeness.
 #
@@ -29,8 +27,8 @@ shopt -u huponexit
 shopt -s no_empty_cmd_completion
 
 # The Red Hat The
-shopt -u nocaseglob
-
-# Return a null string when no matches are found for a glob, rather than the 
-# literal pattern.
-shopt -s nullglob
+if [ "$OSTYPE" = "cygwin" ]; then
+  shopt -s nocaseglob
+else
+  shopt -u nocaseglob
+fi