giti: fix - adaption for kali_prompt
This commit is contained in:
parent
993cf955fb
commit
8d00e56602
2
giti
2
giti
@ -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 "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user