mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
[Fix #64] Remove the clean git-info style
Free up `%C` by using `%(D.clean.dirty:%D)` instead.
This commit is contained in:
parent
11f3d2c5ae
commit
a06f13f036
2 changed files with 0 additions and 8 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue