Fix prompt for git.

This commit is contained in:
David Tomaschik
2018-03-11 12:44:41 -07:00
parent c7e40f1321
commit 6f15f7096a

View File

@@ -11,7 +11,7 @@ function prompt_matir_setup {
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:*' formats ' (%b%u)'
zstyle ':vcs_info:*' formats ' (%b%u%c)'
zstyle ':vcs_info:*' stagedstr '*'
zstyle ':vcs_info:*' unstagedstr '*'