zsh-users
 help / color / mirror / code / Atom feed
From: Fabian Braennstroem <f.braennstroem@gmx.de>
To: zsh-users@sunsite.dk
Subject: Re: acroread problem? [was: completion for pdf and python]
Date: Sat, 25 Mar 2006 09:34:00 +0100	[thread overview]
Message-ID: <slrne2a03o.6qa.f.braennstroem@localhost.localdomain> (raw)
In-Reply-To: <EXCHANGE03ZZvYL3Mab00003044@exchange03.csr.com>

Hi,

* Peter Stephenson <pws@csr.com> wrote:
> Fabian Braennstroem wrote:
>> * Frank Terbeck <frank.terbeck@rwth-aachen.de> wrote:
>> > zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
>> >
>> > That should use the same colors that 'ls' uses.
>> 
>> Thanks, but it does not have any affect!?
>
> If you want to set up LS_COLORS, use dircolors, which comes with GNU ls.

Thanks to all! I use:

eval $(dircolors -b ~/.dircolors)

setopt autolist
ZLS_COLOURS=$LS_COLORS
export ZLS_COLOURS
#LS_COLORS=$ZLS_COLOURS
#export LS_COLORS
ZLS_COLOURS="$ZLS_COLOURS:(hosts)=(#b)(*).(mayn.de)=36;40=31;40" # real fun
ZLS_COLOURS="$ZLS_COLOURS:(hosts)=*=33;40" # hostnames in yellow
ZLS_COLOURS="$ZLS_COLOURS:(users)=*=32;40" # users in green
export ZLS_COLOURS

It works fine for me :-)

Greetings!
 Fabian


      reply	other threads:[~2006-03-25  8:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-24 11:29 completion for pdf and python Fabian Braennstroem
2006-03-24 12:17 ` acroread problem? [was: completion for pdf and python] Francisco Borges
2006-03-24 13:24   ` Fabian Braennstroem
2006-03-24 13:33     ` Frank Terbeck
2006-03-24 16:21       ` Fabian Braennstroem
2006-03-24 17:22         ` Chris Johnson
2006-03-24 18:16         ` Peter Stephenson
2006-03-25  8:34           ` Fabian Braennstroem [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrne2a03o.6qa.f.braennstroem@localhost.localdomain \
    --to=f.braennstroem@gmx.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).