summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-27 18:15:17 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-27 18:15:17 +0100
commitb2700fba3e4d6218677b9a78f1df89a39b5c1a08 (patch)
tree3f34761af11a561e85ba9df73f0d424b0fa51149 /etc/completion
parent61112c8df0d816fbe16ac710c94abc098b865905 (diff)
completion: fixed color codes
Diffstat (limited to 'etc/completion')
-rw-r--r--etc/completion10
1 files changed, 4 insertions, 6 deletions
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