dotfiles/zsh/functions/verbose_completion
2013-01-19 17:18:29 +04:00

6 lines
228 B
Plaintext

zstyle ':completion:*' verbose yes
zstyle ':completion:*:descriptions' format '%B%d%b'
zstyle ':completion:*:messages' format '%d'
zstyle ':completion:*:warnings' format 'No matches for: %d'
zstyle ':completion:*' group-name ''