zsh-users
 help / color / mirror / code / Atom feed
From: Christian Taylor <cht@chello.at>
To: "zsh-users" <zsh-users@sunsite.dk>
Subject: Re: ls case insensitivity
Date: Wed, 14 Sep 2005 15:31:41 +0200	[thread overview]
Message-ID: <200509141531.41628.cht@chello.at> (raw)
In-Reply-To: <n30gi1l6870trbvsatr2t4ojj3vl15o9dr@4ax.com>

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


  parent reply	other threads:[~2005-09-14 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14 10:53 zzapper
2005-09-14 12:48 ` Vin Shelton
2005-09-14 13:31 ` Christian Taylor [this message]
2005-09-14 13:41   ` zzapper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200509141531.41628.cht@chello.at \
    --to=cht@chello.at \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).