]> arthur.barton.de Git - ax-zsh.git/commitdiff
50_completion: Enable group descriptions
authorAlexander Barton <alex@barton.de>
Sat, 2 Nov 2019 20:55:24 +0000 (21:55 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 2 Nov 2019 20:55:24 +0000 (21:55 +0100)
core/50_completion/50_completion.zshrc

index a4bb02311187dda721f8513deefe9106ccca9d8a..9d9dedb892b5085ef7bbc0910f8083f58f516901 100644 (file)
@@ -11,8 +11,11 @@ zstyle ':completion:*' accept-exact '*(N)'
 zstyle ':completion:*' list-colors ''
 zstyle ':completion:*' menu select
 zstyle ':completion:*' special-dirs true
+zstyle ':completion:*' group-name ''
 zstyle ':completion:*' squeeze-slashes true
 
+zstyle ':completion:*:descriptions' format %B%d%b
+
 # Use caching so that commands like apt and dpkg completions are useable
 zstyle ':completion:*' use-cache on
 zstyle ':completion:*' cache-path "$ZSH_CACHE_DIR"