💄 Changed icons of scripts and zshrc

This commit is contained in:
z3rOR0ne 2022-09-04 22:30:59 -07:00
parent ac9b042fa9
commit 37eb4191a6
3 changed files with 4 additions and 4 deletions

View file

@ -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'