From 1a1999fcef60e1dd677d81f12f95e1f320eef375 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 22 Jun 2025 07:33:20 +0200 Subject: [PATCH] giti - brakets in branch color --- giti | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giti b/giti index a585678..ba40eef 100755 --- a/giti +++ b/giti @@ -144,9 +144,9 @@ fi if [[ $PROMPT == "True" ]]; then if [[ $SHORT == "True" ]]; then - echo -ne " $COLOR_WHITE($GIT_STATUS_SUMMARY$COLOR_WHITE)$COLOR_NORMAL" + echo -ne " $COLOR_BRANCH($GIT_STATUS_SUMMARY$COLOR_BRANCH)$COLOR_NORMAL" else - echo -e "$COLOR_DARKGREEN├──($GIT_STATUS_SUMMARY$COLOR_DARKGREEN) - $COLOR_CYAN$GIT_URL" + echo -e "$COLOR_DARKGREEN├──$COLOR_BRANCH($GIT_STATUS_SUMMARY$COLOR_BRANCH) - $COLOR_CYAN$GIT_URL" if [[ $GIT_PROMPT_DETAILS == "on" && ! -z "$GIT_FILES" ]]; then while IFS= read -r line ;do FILES_STATUS=${line:0:2}