Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion colors differ on BSD/Linux
- X-seq: zsh-users 5033
- From: Dennis Haney <davh@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion colors differ on BSD/Linux
- Date: 07 Jun 2002 11:17:31 +0200
- In-reply-to: <20020607073931.41649.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020607073931.41649.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
>>>>> "Jukka" == Jukka Lehti <jukkalehti@xxxxxxxxx> writes:
Jukka> Hi, I have in my ~/.zshrc following line:
Jukka> zstyle ':completion:*:default' list-colors "${(s.:.)LS_COLORS}"
Jukka> On a Linux, completion colors match nicely to colors of GNU
Jukka> ls. But on *BSD, directories are red and tar/gz are
Jukka> uncolored. Sym links and executables same as on Linux. On Linux
Jukka> LS_COLORS has tons of definitions, on *BSD it is
Jukka> empty. Replacing "${(s.:.)LS_COLORS}" with '' doesn't help. The
Jukka> problem exists on xterm and on console.
Jukka> Any ideas what's going on here?
Try putting
eval `dircolors`
colors
in your .zshrc
--
Dennis
use Inline C => qq{void p(char*g){
printf("Just Another %s Hacker\n",g);}};p("Perl");
Messages sorted by:
Reverse Date,
Date,
Thread,
Author