mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 21:54:25 +08:00
Fix deleted in git.zsh
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ git_prompt_status() {
|
||||
if $(echo "$INDEX" | grep '^R ' &> /dev/null); then
|
||||
STATUS="$ZSH_THEME_GIT_PROMPT_RENAMED$STATUS"
|
||||
fi
|
||||
if $(echo "$INDEX" | grep '^ D ' &> /dev/null); then
|
||||
if $(echo "$INDEX" | grep '^D ' &> /dev/null); then
|
||||
STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
|
||||
fi
|
||||
if $(echo "$INDEX" | grep '^UU ' &> /dev/null); then
|
||||
|
||||
Reference in New Issue
Block a user