From b2700fba3e4d6218677b9a78f1df89a39b5c1a08 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Mar 2009 18:15:17 +0100 Subject: completion: fixed color codes --- etc/completion | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'etc/completion') diff --git a/etc/completion b/etc/completion index 3727b44..1dfa7f8 100644 --- a/etc/completion +++ b/etc/completion @@ -15,19 +15,17 @@ zstyle ':completion:*' menu select=1 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' # Be verbose -char=· zstyle ':completion:*' verbose true zstyle ':completion:*:descriptions' format \ - "$char %d $char" + "· %d ·" zstyle ':completion:*:messages' format \ - "$char %d $char" + "· %d ·" zstyle ':completion:*:corrections' format \ - "$char %d $char" + "· %d ·" zstyle ':completion:*:warnings' format \ - "${ps_red}no match:${ps_reset} %d" + "%F{red}no match:%F{default} %d" zstyle ':completion:*' group-name '' -unset char # Force menu completion since the input is just a stupid number zstyle ':completion:*:*:kill:*' menu yes -- cgit v1.2.3