Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls case insensitivity
- X-seq: zsh-users 9415
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ls case insensitivity
- Date: Wed, 14 Sep 2005 14:41:38 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <n30gi1l6870trbvsatr2t4ojj3vl15o9dr@xxxxxxx> <200509141531.41628.cht@xxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
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