Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Globbing question
- X-seq: zsh-users 7999
- From: lists <lists@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Globbing question
- Date: Wed, 15 Sep 2004 22:08:53 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: zsh-users@xxxxxxxxxx
Hi all,
I'm trying to match files which aren't executable for the following
completion:
zstyle ':completion:*:complete:-command-::commands' ignored-patterns
I tried this:
zstyle ':completion:*:complete:-command-::commands' ignored-patterns
'*^((x)|(X)|(E))'
thinking that that would translate to "complete everything besides a
file with the user, group, or other executable bit set", but that
stopped completing all files which were executable. Can anyone
explain? What is a better way to do this?
Thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author