Added choice command to wrap zenity or xmessage.
[profile.git] / .profile.d / options.bashrc
index 2193342..366cb84 100644 (file)
@@ -29,4 +29,8 @@ shopt -u huponexit
 shopt -s no_empty_cmd_completion
 
 # The Red Hat The
-shopt -u nocaseglob
+if [ "$OSTYPE" = "cygwin" ]; then
+  shopt -s nocaseglob
+else
+  shopt -u nocaseglob
+fi