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

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



> 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
 Andy.

-- 
                              o      _     _         _
  ------- __o       __o      /\_   _ \\o  (_)\__/o  (_)          -o)
  ----- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/       /\\
  ---- (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_    _\_v
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 The product is seldom as good as the advertisement.



Messages sorted by: Reverse Date, Date, Thread, Author