From 8d00e5660214cbcf90e466f274e29242f8577ac1 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 17 Jun 2023 14:27:40 +0000 Subject: [PATCH] giti: fix - adaption for kali_prompt --- giti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giti b/giti index efb3312..5af8dcd 100755 --- a/giti +++ b/giti @@ -67,7 +67,7 @@ else git_status_text="push required" elif [[ $git_status =~ "nothing to commit" ]]; then git_status_color="$COLOR_DARKGREEN" - git_status_text="clea " + git_status_text="clean " else git_status_color="$COLOR_OCHRE" git_status_text="unknown "