summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorSreekanth S <s.sreekanth@outlook.com>2020-10-10 12:39:21 -0700
committerGitHub <noreply@github.com>2020-10-10 21:39:21 +0200
commitc66d8a841d231895be37721220f23b537d90c5a5 (patch)
tree7f9d47767f47eb49e54d7ad554904a1bfd1aff39 /themes/agnoster.zsh-theme
parent6e7b861675c4568931e91255abc62a7c45660e28 (diff)
downloadzsh-c66d8a841d231895be37721220f23b537d90c5a5.tar.gz
zsh-c66d8a841d231895be37721220f23b537d90c5a5.tar.bz2
zsh-c66d8a841d231895be37721220f23b537d90c5a5.zip
agnoster: fix icon for unstaged git status (#9164)
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r--themes/agnoster.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 79748e45e..99707f684 100644
--- a/themes/agnoster.zsh-theme
+++ b/themes/agnoster.zsh-theme
@@ -131,7 +131,7 @@ prompt_git() {
zstyle ':vcs_info:*' get-revision true
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:*' stagedstr '✚'
- zstyle ':vcs_info:*' unstagedstr '●'
+ zstyle ':vcs_info:*' unstagedstr '±'
zstyle ':vcs_info:*' formats ' %u%c'
zstyle ':vcs_info:*' actionformats ' %u%c'
vcs_info