From 190f739b4aa83a996fb95efe25427282e4f06eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Mon, 21 Dec 2015 21:29:57 +0100 Subject: [PATCH] brighter completion group color --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ab3d961..0aae8a9 100644 --- a/.zshrc +++ b/.zshrc @@ -67,7 +67,7 @@ zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path ~/.zsh/cache # 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 '' # Ignore some common useless files