[Fix #64] Remove the clean git-info style

Free up `%C` by using `%(D.clean.dirty:%D)` instead.
This commit is contained in:
Sorin Ionescu 2012-03-26 15:31:01 -04:00
commit a06f13f036
2 changed files with 0 additions and 8 deletions

View file

@ -20,9 +20,6 @@ zstyle ':omz:plugin:git:prompt' behind 'behind:%B'
# %b - Branch name.
zstyle ':omz:plugin:git:prompt' branch '%b'
# %C - Indicator to notify of clean branch.
zstyle ':omz:plugin:git:prompt' clean 'clean'
# %c - SHA-1 hash.
zstyle ':omz:plugin:git:prompt' commit 'commit:%c'