From 8b272f93aac7bb416051b5e2f14b0747e6fe8a9d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 22 Mar 2011 17:17:27 +0100 Subject: [PATCH] zsh/rc: Don't draw trailing / in bold. --- zsh/rc | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.45.2