]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: Don't draw trailing / in bold.
[config/dotfiles.git] / 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.