From 042f4e3384888313b98b4aa0716921e0310cc7f8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 27 Jul 2022 13:01:40 -0700 Subject: [PATCH] :lipstick: Colorized output of -r flag --- scripts/bgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgit b/scripts/bgit index d284335e..a018157d 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -279,7 +279,7 @@ else j=$(echo ${i} + 1 | bc) # nextcommit prints out each verbosecommit message one by one nextcommit=$(echo "${verbosecommits}" | head -n $j | tail -n 1) - echo -e "${i}) ${commitarray[$i]}${nextcommit}" + echo -e "${i}) ${txtyellow}${commitarray[$i]}${txtblue}${nextcommit}${txtwhite}" done # and asks the user to choose a commit to revert back to