Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Ignoring files with a specific extension
- X-seq: zsh-users 13429
- From: "Leslie P. Polzer" <sky@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Ignoring files with a specific extension
- Date: Wed, 5 Nov 2008 12:50:14 +0100 (CET)
- Importance: Normal
- In-reply-to: <200811051133.mA5BXn9h014722@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <62585.88.73.216.197.1225884415.squirrel@xxxxxxxxxxxxxxxxx> <200811051133.mA5BXn9h014722@xxxxxxxxxxxxxx>
- Reply-to: leslie.polzer@xxxxxxx
Dear Peter,
thanks for your prompt reply, especially the fignore version
is dead simple.
Only nothing of that worked for me... I have tried both setting
fignore and doing
zstyle ':completion:*:*:vi(m|):*' ignored-patterns '*.fasl'
(actually the extension is a lower case ".fasl")
Is there something I should check for?
FWIW I have the following lines in my /etc/zsh/zshrc:
---
autoload -U compinit
compinit -C
zstyle ':completion:*' list-colors $LS_COLORS
---
and in my local zshrc, among other probably harmless things:
---
setopt extended_glob
setopt equals
setopt correctall
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
---
Leslie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author