From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12071 invoked from network); 25 Mar 2006 08:34:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UPPERCASE_25_50 autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Mar 2006 08:34:00 -0000 Received: (qmail 69058 invoked from network); 25 Mar 2006 08:33:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Mar 2006 08:33:53 -0000 Received: (qmail 17866 invoked by alias); 25 Mar 2006 08:33:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10077 Received: (qmail 17856 invoked from network); 25 Mar 2006 08:33:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Mar 2006 08:33:46 -0000 Received: (qmail 67983 invoked from network); 25 Mar 2006 08:33:46 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by a.mx.sunsite.dk with SMTP; 25 Mar 2006 08:33:45 -0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FN4DK-0003yG-LI for zsh-users@sunsite.dk; Sat, 25 Mar 2006 09:33:38 +0100 Received: from p5085afc4.dip0.t-ipconnect.de ([80.133.175.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Mar 2006 09:33:38 +0100 Received: from f.braennstroem by p5085afc4.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Mar 2006 09:33:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Fabian Braennstroem Subject: Re: acroread problem? [was: completion for pdf and python] Date: Sat, 25 Mar 2006 09:34:00 +0100 Organization: www.braennstroem.de Message-ID: References: <20060324121724.GB5211@let.rug.nl> <20060324133300.GA28309@fsst.voodoo.lan> Reply-To: f.braennstroem@gmx.de X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5085afc4.dip0.t-ipconnect.de User-Agent: slrn/0.9.8.1pl1 (Debian) Sender: news Hi, * Peter Stephenson wrote: > Fabian Braennstroem wrote: >> * Frank Terbeck 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