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

Loading…
Cancel
Save