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

Re: ls case insensitivity



zzapper wrote:
> ls (#i)*.pm5 - dows a ls case insensitive but is tedious to type
>
> But is there an option to switch off case-sensitivity?

I believe you want "setopt no_case_glob".
This was only introduced in 4.2.0 afaik, so you may want to put something like 
this in your .zshrc:

is-at-least 4.2.0 && setopt no_case_glob

Hope this helps,
Christian



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