From 430ebd75721530e71f2b22e9028241e4a4773cbf Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 4 Sep 2022 23:49:12 -0700 Subject: [PATCH] :lipstick: Changed icon in zshrc --- zshrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.txt b/zshrc.txt index 690f2f1d..f87882ce 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -74,7 +74,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:*' stagedstr '%B%F{green} ' +zstyle ':vcs_info:*' stagedstr '%B%F{green} ' zstyle ':vcs_info:git:*' formats '%b%u%c' zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'