Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make zstyle ignore both _* and __* commands
- X-seq: zsh-users 22759
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: make zstyle ignore both _* and __* commands
- Date: Sun, 2 Jul 2017 18:20:42 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1499016043; bh=KMHq8hnMwEoxmCcZZa7hi873hOqvjj/+JSxB8pxi8PI=; h=Date:From:To:Subject:In-Reply-To:References; b=463uUIyUTo8pC7XJVUO+sSzafuOxqnsxiD27Um5rOafzYr+jksN3F+balQgEaaESY TP9XQ80Hnkg5olj3y61QE8o+nwLug5GeghKsM+eesxINB87bGOLhkUUoPqQdM47mh9 FXCXpiyXKFZonHxGDqim6lLPakbn0RtImVdTGTQDViwAbsCbIQZFQ6p7ysjaTrcUri x3h80erVHMtsVyUhgx1YbERhmBssbfbuLbk4s9Ac/X30v/9ZdMqT3j5KShdEZnTT2G MxG7PSVYaxhB3koMIiuU4eYw0IIabV8lpTGL5n6KSI4DU38euoVxAlTMuKhqDP5u4e 5tRS6XC7Qkhcg==
- In-reply-to: <CAEwkUWPVcbXVk5Y3pOVt81GbV6Yr=haDLiphK9t=5dQKPpWOVg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAEwkUWPVcbXVk5Y3pOVt81GbV6Yr=haDLiphK9t=5dQKPpWOVg@mail.gmail.com>
On Fri, 30 Jun 2017 18:39:18 -0300
Filipe Silva <filipe.silva@xxxxxxxxx> wrote:
> I have this line in my config, that tells zsh to ignore `_*` commands on
> completions:
>
> zstyle ':completion:*:functions' ignored-patterns '_*'
>
> It works well. But I'd like to tell zsh to also ignore `__*' commands
>
> (double undescores)
>
> Is there a way to do that?
It should already do that, for reasons I think ought to be
self-explanatory (famous last words, I know). Have you found some case
where it doesn't?
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author