From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 771 invoked from network); 21 Jun 1999 09:36:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jun 1999 09:36:49 -0000 Received: (qmail 2122 invoked by alias); 21 Jun 1999 09:36:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6746 Received: (qmail 2115 invoked from network); 21 Jun 1999 09:36:35 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: Patch available for 3.0.6-pre-5 Date: Mon, 21 Jun 1999 13:35:56 +0400 Message-ID: <002901bebbc9$764cae30$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <199906210905.LAA20618@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > This adds the `collist' module (there may be a better name). If you > load/link it and set `ZLS_COLORS' or `ZLS_COLOURS' to a string as the > one used by the colour ls, you get colourised completion lists. > Ahem ... I've never used GNU ls, so, what should I put in there? I believe, it is better be described in Zsh doc. I just looked fileutils-4.0. Man page for ls says nothing; info has entry for dircolors that just tells, that it's output should be assigned to LS_COLORS variables and suggests running dircolors --print-database for more info :-) I don't have fileutils (and won't have on this system) So - what should I put in ZLS_COLORS to get colored listing? /andrej