6 lines
228 B
Plaintext
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 ''
|