diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 8700fe9..3727b44 100644 --- a/etc/completion +++ b/etc/completion @@ -15,7 +15,7 @@ zstyle ':completion:*' menu select=1 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' # Be verbose -char=${ps_yellow}·${ps_reset} +char=· zstyle ':completion:*' verbose true zstyle ':completion:*:descriptions' format \ "$char %d $char" |