Browse Source

giti: fix - adaption for kali_prompt

84582af
Dirk Alders 1 year ago
parent
commit
8d00e56602
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      giti

+ 1
- 1
giti View File

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

Loading…
Cancel
Save