From: Simon Ruderich Date: Tue, 22 Mar 2011 16:17:27 +0000 (+0100) Subject: zsh/rc: Don't draw trailing / in bold. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=8b272f93aac7bb416051b5e2f14b0747e6fe8a9d;p=config%2Fdotfiles.git zsh/rc: Don't draw trailing / in bold. --- diff --git a/zsh/rc b/zsh/rc index e008527..964be98 100644 --- a/zsh/rc +++ b/zsh/rc @@ -484,6 +484,10 @@ zstyle ':completion:*' format ' %B%d%b:' # Display different types of matches separately. zstyle ':completion:*' group-name '' +# Don't draw trailing / in bold (new in zsh 4.3.11). Thanks to Mikachu in #zsh +# on Freenode for the fix (2010-12-17 13:46 CET). +zle_highlight=(suffix:none) + # Ignore completion functions. zstyle ':completion:*:functions' ignored-patterns '_*' # Ignore parent directory.