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

Re: ls case insensitivity



On Wed, 14 Sep 2005 15:31:41 +0200,  wrote:

>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

WTDO Thanx
-- 
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/



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