zsh-users
 help / color / mirror / code / Atom feed
* ls case insensitivity
@ 2005-09-14 10:53 zzapper
  2005-09-14 12:48 ` Vin Shelton
  2005-09-14 13:31 ` Christian Taylor
  0 siblings, 2 replies; 4+ messages in thread
From: zzapper @ 2005-09-14 10:53 UTC (permalink / raw)
  To: zsh-users

Hi,
pls don't frag me if this is too obvious (bad hair day)

ls (#i)*.pm5 - dows a ls case insensitive but is tedious to type

But is there an option to switch off case-sensitivity?


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ls case insensitivity
  2005-09-14 10:53 ls case insensitivity zzapper
@ 2005-09-14 12:48 ` Vin Shelton
  2005-09-14 13:31 ` Christian Taylor
  1 sibling, 0 replies; 4+ messages in thread
From: Vin Shelton @ 2005-09-14 12:48 UTC (permalink / raw)
  To: zzapper; +Cc: zsh-users

On 9/14/05, zzapper <david@tvis.co.uk> wrote:
> But is there an option to switch off case-sensitivity?
> 

Does this do what you want?

# Match case-insensitively
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'

HTH,
  Vin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ls case insensitivity
  2005-09-14 10:53 ls case insensitivity zzapper
  2005-09-14 12:48 ` Vin Shelton
@ 2005-09-14 13:31 ` Christian Taylor
  2005-09-14 13:41   ` zzapper
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Taylor @ 2005-09-14 13:31 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ls case insensitivity
  2005-09-14 13:31 ` Christian Taylor
@ 2005-09-14 13:41   ` zzapper
  0 siblings, 0 replies; 4+ messages in thread
From: zzapper @ 2005-09-14 13:41 UTC (permalink / raw)
  To: zsh-users

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/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-14 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-14 10:53 ls case insensitivity zzapper
2005-09-14 12:48 ` Vin Shelton
2005-09-14 13:31 ` Christian Taylor
2005-09-14 13:41   ` zzapper

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).