X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=964be985aa6e2178a36b0b98666a76525ce9bc08;hb=8b272f93aac7bb416051b5e2f14b0747e6fe8a9d;hp=e00852799e5d22f9509db18655c87c9782f825e8;hpb=b62dbee94eff2731fe6fb05f8e21ce15a3bd6fa6;p=config%2Fdotfiles.git 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.