From f83fc3b893163e1cd936fdbb71cbd9058c7c78a0 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 26 Apr 2022 02:45:38 -0700 Subject: [PATCH] changed up symbols/colors for git status display on zsh prompt --- zshrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.txt b/zshrc.txt index dafc7966..b1e63844 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -37,8 +37,8 @@ precmd() { vcs_info } # git info/styling for prompt zstyle ':vcs_info:*' check-for-changes true -zstyle ':vcs_info:*' unstagedstr '%B%F{green} ✓' -zstyle ':vcs_info:*' stagedstr '%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'