mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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=(
|
||||
'\?\? ' 'UNTRACKED'
|
||||
'A ' 'ADDED'
|
||||
'M ' 'ADDED'
|
||||
'M ' 'MODIFIED'
|
||||
'MM ' 'MODIFIED'
|
||||
' M ' 'MODIFIED'
|
||||
'AM ' 'MODIFIED'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue