Added session alias to start or reattach a persistent screen session.
[profile.git] / .profile.d / options.bashrc
index 03a0ef9..366cb84 100644 (file)
@@ -29,8 +29,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