From 2120ed8941485ee7c168f2913f23c30a474c429b Mon Sep 17 00:00:00 2001 From: sev Date: Tue, 25 Jul 2023 00:54:23 -0500 Subject: [PATCH] zsh vcs: better char for unstagedstr (*->!) --- etc/zsh/functions/Prompts/prompt_arrows_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/functions/Prompts/prompt_arrows_setup b/etc/zsh/functions/Prompts/prompt_arrows_setup index 0e08413..7100420 100644 --- a/etc/zsh/functions/Prompts/prompt_arrows_setup +++ b/etc/zsh/functions/Prompts/prompt_arrows_setup @@ -78,7 +78,7 @@ function prompt_arrows_setup() { zstyle ':vcs_info:git*' formats "%c%u%%F{$p}%r/%b%%F{$n}/%%F{$d}%S%%f" zstyle ':vcs_info:git*' actionformats "%%F{$r}(%a)%f %c%u%%F{$p}%r/%b%f/%%F{$d}%S%f" zstyle ':vcs_info:git*' stagedstr "%F{$c}+" - zstyle ':vcs_info:git*' unstagedstr "%F{$r}*" + zstyle ':vcs_info:git*' unstagedstr "%F{$r}!" # add-zsh-hook should have already been autoloaded by promptinit add-zsh-hook precmd prompt_arrows_precmd -- 2.48.1