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