brighter completion group color

This commit is contained in:
Paweł Płazieński 2015-12-21 21:29:57 +01:00
parent c692428358
commit 190f739b4a

2
.zshrc
View File

@ -67,7 +67,7 @@ zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache zstyle ':completion:*' cache-path ~/.zsh/cache
# Show titles for completion types and group by type # Show titles for completion types and group by type
zstyle ':completion:*:descriptions' format "$fg_bold[black]» %d$reset_color" zstyle ':completion:*:descriptions' format "$fg_bold[yellow]» %d$reset_color"
zstyle ':completion:*' group-name '' zstyle ':completion:*' group-name ''
# Ignore some common useless files # Ignore some common useless files