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

Re: Completion and dircolors problem



* Peter Stephenson (Sun, 30 Nov 2008 00:44:57 +0000)> 
> On Sat, 29 Nov 2008 17:51:20 +0100Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx> wrote:
> > I tracked it down to the following setting in ~/.dircolors:
> > LINK  target  # symbolic link ('target' = color is as for the file
> >               # pointed to)
> > 
> > Can someone of the zsh developers have a look at that? Might be an issue 
> > on the zsh side or on the dircolors side.
> 
> zsh doesn't use ~/.dircolors.  Usually you will have a zstyle to set
> list-colors somewhere, possibly from $LS_COLORS.  Find out what it
> contains and whether it contains something zsh doesn't support (see the
> zsh/complist description in the zshmodules manual for what zsh does
> support).

Ah, right, I forgot. I have...

    zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}

...in there and that is directly coming from the user guide[1].

Thorsten
[1] http://zsh.sunsite.dk/Guide/zshguide06.html#l158



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