Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.3 released
- X-seq: zsh-users 11414
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh 4.3.3 released
- Date: Tue, 17 Apr 2007 00:27:34 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200704161647.l3GGl2FE027950@xxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* Peter Stephenson (Mon, 16 Apr 2007 17:47:02 +0100)
> I've uploaded version 4.3.3 of zsh to ftp.zsh.org. If there aren't
> complaints too loud I'll send it to Sourceforge and announce it on
> Freshmeat tomorrow.
I freshly compiled and installed on Cygwin and I get this is
completion
% cd /[TAB]
[1;32m}directory[m}
bin/ cygdrive/ etc/ home/ lib/ proc/ sbin/ tmp/ usr/
var/
I have this in my .zshenv
G=$'\e[1;32m'
and in my .zshrc:
zstyle ':completion:*' list-prompt "%{$G%}last line %l (%p)%{$r%} %
{$W%}last match %m%{$r%}"
zstyle ':completion:*:descriptions' format "%{$G%}%d%{$r%}"
zstyle ':completion:*:messages' format "%{$G%}%d%{$r%}"
4.3.2 was okay. I removed all .zwc files and .zcompdump before
starting the shell.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author