Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ever-expanding ZLS_COLORS
- X-seq: zsh-users 3171
- From: Matthew Lovell <lovell@xxxxxxxxx>
- To: Zsh Users List <zsh-users@xxxxxxxxxxxxxx>
- Subject: ever-expanding ZLS_COLORS
- Date: Fri, 16 Jun 2000 09:40:52 -0600 (MDT)
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: lovell@xxxxxxxxxxxxxxxxx
Hi,
I got the following style command from this list a little while ago.
It was given as an example of colored completion.
zstyle ':completion:*:zsh-options' \
list-colors '=csh*=31:=*hist*=32:=list*=34:=*glob*=35'
Now, everytime I attempt a completion which uses zsh-options, it seems
ZLS_COLORS just continues to grow:
No completion:
di=33
After first completion:
(zsh-options)=csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)\
=csh*=31:=*hist*=32:=list*=34:=*glob*=35:di=33
After second completion:
(zsh-options)=csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)\
=csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)=csh*=31:=*hist*=32:\
=list*=34:=*glob*=35:di=33
Eventually, ZLS_COLORS grows too long for whatever processing is done
(I think awk ends up complaining). Is there something I can do to
prevent this behavior?
Thanks,
Matt
--
Matthew Lovell
HP Technical Solutions Lab
mailto:lovell@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author