💄 Colorized output of -r flag

This commit is contained in:
z3rOR0ne 2022-07-27 13:01:40 -07:00
parent 952b2d8125
commit 042f4e3384

View file

@ -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