diff options
| author | Saravana J <saravanabhavanj@gmail.com> | 2024-09-15 11:47:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-15 08:17:43 +0200 |
| commit | 33ac2ee30f92183565b30ef2ed847870d0b9b052 (patch) | |
| tree | 3cf7d5fa43748b002d5d9059b88549382d1b81de | |
| parent | f709cd45484ff7a451414fcd53bca8529323512d (diff) | |
| download | zsh-33ac2ee30f92183565b30ef2ed847870d0b9b052.tar.gz zsh-33ac2ee30f92183565b30ef2ed847870d0b9b052.tar.bz2 zsh-33ac2ee30f92183565b30ef2ed847870d0b9b052.zip | |
fix(git): update prefix map for modified files (#12674)
| -rw-r--r-- | lib/git.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git.zsh b/lib/git.zsh index db6c9174c..2ad5afe04 100644 --- a/lib/git.zsh +++ b/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' |
