Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls case insensitivity
- X-seq: zsh-users 9414
- From: Christian Taylor <cht@xxxxxxxxx>
- To: "zsh-users" <zsh-users@xxxxxxxxxx>
- Subject: Re: ls case insensitivity
- Date: Wed, 14 Sep 2005 15:31:41 +0200
- In-reply-to: <n30gi1l6870trbvsatr2t4ojj3vl15o9dr@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <n30gi1l6870trbvsatr2t4ojj3vl15o9dr@xxxxxxx>
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