From 5b2c7360304b6478f63501eaaaa02bd5f529bcb1 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 18 Sep 2025 13:33:47 -0700 Subject: [PATCH] :wrench: Updated git add sign zshrc --- zshrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.txt b/zshrc.txt index e1dfb9a8..a5ec6874 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -84,7 +84,7 @@ precmd() { vcs_info } # git info/styling for prompt zstyle ':vcs_info:*' check-for-changes true -zstyle ':vcs_info:*' unstagedstr '%B%F{yellow} ' +zstyle ':vcs_info:*' unstagedstr '%B%F{yellow} ➕' zstyle ':vcs_info:*' stagedstr '%B%F{green} ✔' zstyle ':vcs_info:git:*' formats '%b%u%c' zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'