1
0
Fork 0
dotfiles/zsh/functions/verbose_completion

6 lines
228 B
Plaintext
Raw Normal View History

2013-01-19 13:18:29 +00:00
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 ''