summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
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