From 114058ab243ed555d295de3d75a8e889bd6efc76 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 21 Oct 2021 23:50:50 +0200 Subject: [PATCH] [zsh]feat: more readable vcs prompt branch is redder state: white -> grey --- .config/zsh/zsh_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/zsh_prompt b/.config/zsh/zsh_prompt index 05c8408..e06bd9c 100644 --- a/.config/zsh/zsh_prompt +++ b/.config/zsh/zsh_prompt @@ -6,7 +6,7 @@ setopt prompt_subst zstyle ':vcs_info:git:*' check-for-changes true zstyle ':vcs_info:git:*' stagedstr '*' zstyle ':vcs_info:git:*' unstagedstr '!' -zstyle ':vcs_info:git:*' formats '(%F{208}%b%F{015}: %c/%u%F{015}) ' +zstyle ':vcs_info:git:*' formats '(%F{202}%b%F{007}: %c/%u%F{007}) ' zstyle ':vcs_info:*' enable git PROMPT="[ %{$fg[cyan]%}%n\