1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

fix(git): update prefix map for modified files (#12674)

This commit is contained in:
Saravana J
2024-09-15 11:47:43 +05:30
committed by GitHub
parent f709cd4548
commit 33ac2ee30f

View File

@@ -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'