From f744338ad0c6b0429bede25b591ebc94653f277c Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 22 Jun 2025 00:27:56 +0200 Subject: [PATCH] giti shorter prompt line --- giti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giti b/giti index 5c10a33..1eef362 100755 --- a/giti +++ b/giti @@ -140,7 +140,7 @@ if [[ $PROMPT == "True" ]]; then if [[ $SHORT == "True" ]]; then echo -ne " $COLOR_WHITE($GIT_STATUS_SUMMARY$COLOR_WHITE)" else - echo -e "$COLOR_DARKGREEN├──($GIT_STATUS_SUMMARY$COLOR_DARKGREEN) - $COLOR_CYAN$GIT_URL" + echo -e "$COLOR_DARKGREEN├──($GIT_STATUS_SUMMARY$COLOR_DARKGREEN) - $COLOR_CYAN$GIT_URL" if [[ $GIT_PROMPT_DETAILS == "on" && ! -z "$GIT_FILES" ]]; then while IFS= read -r line ;do FILES_STATUS=${line:0:2}