giti: fix - adaption for kali_prompt

This commit is contained in:
Dirk Alders 2023-06-17 14:27:40 +00:00
parent 993cf955fb
commit 8d00e56602

2
giti
View File

@ -67,7 +67,7 @@ else
git_status_text="push required" git_status_text="push required"
elif [[ $git_status =~ "nothing to commit" ]]; then elif [[ $git_status =~ "nothing to commit" ]]; then
git_status_color="$COLOR_DARKGREEN" git_status_color="$COLOR_DARKGREEN"
git_status_text="clea " git_status_text="clean "
else else
git_status_color="$COLOR_OCHRE" git_status_color="$COLOR_OCHRE"
git_status_text="unknown " git_status_text="unknown "