Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion and dircolors problem
- X-seq: zsh-users 13501
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Completion and dircolors problem
- Date: Sun, 30 Nov 2008 02:25:51 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <ggrrv4$6ol$1@xxxxxxxxxxxxx> <20081130004457.237f7944@pws-pc>
- Sender: news <news@xxxxxxxxxxxxx>
* 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