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

master
Saravana J 2 years ago committed by GitHub
parent f709cd4548
commit 33ac2ee30f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/git.zsh

@ -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…
Cancel
Save