Skip to content

Instantly share code, notes, and snippets.

@lakshmankumar12
Last active August 10, 2019 19:43
Show Gist options
  • Save lakshmankumar12/5d6abf8a93cc9afcbffe98cb38e362be to your computer and use it in GitHub Desktop.
Save lakshmankumar12/5d6abf8a93cc9afcbffe98cb38e362be to your computer and use it in GitHub Desktop.
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 518a14a3..75a90a09 100644
--- a/themes/agnoster.zsh-theme
+++ b/themes/agnoster.zsh-theme
@@ -130,12 +130,12 @@ prompt_git() {
zstyle ':vcs_info:*' enable 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:*' stagedstr ' '
+ zstyle ':vcs_info:*' unstagedstr ' '
zstyle ':vcs_info:*' formats ' %u%c'
zstyle ':vcs_info:*' actionformats ' %u%c'
vcs_info
- echo -n "${ref/refs\/heads\//$PL_BRANCH_CHAR }${vcs_info_msg_0_%% }${mode}"
+ echo -n "${ref/refs\/heads\//$PL_BRANCH_CHAR }${vcs_info_msg_0_%% }$(git_super_status)${mode}"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment