]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Don't draw trailing / in bold.
authorSimon Ruderich <simon@ruderich.org>
Tue, 22 Mar 2011 16:17:27 +0000 (17:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 22 Mar 2011 16:17:27 +0000 (17:17 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index e00852799e5d22f9509db18655c87c9782f825e8..964be985aa6e2178a36b0b98666a76525ce9bc08 100644 (file)
--- 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.