X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Foptions.bashrc;h=366cb84f5b0500841cc9bbb5e212ca0e951f72e6;hb=95120cbd748ebe21f1cf944911632f9afdad1958;hp=21933427315e38be2f20708301fdee268f7e6f33;hpb=0df3a0bf5685e40d5651ea114e274e62ed0718d1;p=profile.git diff --git a/.profile.d/options.bashrc b/.profile.d/options.bashrc index 2193342..366cb84 100644 --- a/.profile.d/options.bashrc +++ b/.profile.d/options.bashrc @@ -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