summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.sh b/status.sh
index beab366..1aa3e26 100755
--- a/status.sh
+++ b/status.sh
@@ -11,7 +11,7 @@ function status {
STR3=`git status -s -uno`
if [[ "${CMD}" == "commit" || "${CMD}" == "c" ]]; then
COMMIT=`git rev-parse HEAD`
- echo "$2: ${COMMIT}"
+ echo -e "$2: \e[1;33m${COMMIT}\e[0m"
fi
if [[ -n "${STR}${STR2}${STR3}" ]]; then
if [[ "${CMD}" != "commit" && "${CMD}" != "c" ]]; then