Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion colors differ on BSD/Linux
- X-seq: zsh-users 5032
- From: Jukka Lehti <jukkalehti@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion colors differ on BSD/Linux
- Date: Fri, 7 Jun 2002 00:39:31 -0700 (PDT)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I have in my ~/.zshrc following line:
zstyle ':completion:*:default' list-colors
"${(s.:.)LS_COLORS}"
On a Linux, completion colors match nicely to colors
of GNU ls. But on *BSD, directories are red and tar/gz
are uncolored. Sym links and executables same as on
Linux. On Linux LS_COLORS has tons of definitions, on
*BSD it is empty. Replacing "${(s.:.)LS_COLORS}" with
'' doesn't help. The problem exists on xterm and on
console.
Any ideas what's going on here?
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author