Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: LS_COLORS, zstyle list-colors, and ZSH-4.2.1
- X-seq: zsh-users 7961
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: LS_COLORS, zstyle list-colors, and ZSH-4.2.1
- Date: Wed, 1 Sep 2004 15:06:07 +0200
- In-reply-to: <20040831152315.GA8191@xxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040831141543.GA12251@xxxxxxxxxxx> <20040831152315.GA8191@xxxxxxxxx>
- Sender: Vincent Lefevre <vincent@xxxxxxxxxx>
On 2004-08-31 17:23:15 +0200, Andy Spiegl wrote:
> > zmodload -i zsh/complist
> > eval $(dircolors ~/.dir_colors)
> > zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
>
> I don't know if this helps but I'm doing it like this:
> zstyle ':completion:*' list-colors ''
> zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
>
> But I'm still using zsh 4.2.0
I'm doing like this:
zmodload -i zsh/complist
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
(I just don't have your first zstyle line) and this works well
with zsh 4.2.1.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author