diff options
-rwxr-xr-x | status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |