Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: case insensitive filename generation



On Jan 18,  6:22pm, Le Wang wrote:
} Subject: Re: case insensitive filename generation
}
}  --- Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
} > On Jan 18,  5:39pm, Le Wang wrote:
} > } 
} > } zstyle ':completion:*' matcher-list 'm:{a-z-}={A-Z_}'
} > } 
} > } How would I do the exact same thing with filenames
} > 
} > Filenames, where/when? 
} 
} I'm after the same behaviour in filename globbing.

There's no setting that permanently turns on case-insenstive
globbing.  (I believe the Cygwin compilation of zsh does so
because the DOS/Windows file system is case-insensitive, but
zsh does not do that on other platforms.)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author