mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(git): update prefix map for modified files (#12674)
This commit is contained in:
parent
f709cd4548
commit
33ac2ee30f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ function _omz_git_prompt_status() {
|
||||||
prefix_constant_map=(
|
prefix_constant_map=(
|
||||||
'\?\? ' 'UNTRACKED'
|
'\?\? ' 'UNTRACKED'
|
||||||
'A ' 'ADDED'
|
'A ' 'ADDED'
|
||||||
'M ' 'ADDED'
|
'M ' 'MODIFIED'
|
||||||
'MM ' 'MODIFIED'
|
'MM ' 'MODIFIED'
|
||||||
' M ' 'MODIFIED'
|
' M ' 'MODIFIED'
|
||||||
'AM ' 'MODIFIED'
|
'AM ' 'MODIFIED'
|
||||||
|
|
Loading…
Reference in a new issue