Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: LS_COLORS, zstyle list-colors, and ZSH-4.2.1



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