# Make completion lists scrollable so "do you wish to see all n possibilities"
# is no longer displayed.
zstyle ':completion:*' list-prompt '%p'
+# Display group name (like 'external command', 'alias', etc.) when there are
+# multiple matches in bold.
+zstyle ':completion:*' format ' %B%d%b:'
+# Display different types of matches separately.
+zstyle ':completion:*' group-name ''
# Ignore completion functions.
zstyle ':completion:*:functions' ignored-patterns '_*'