summaryrefslogtreecommitdiffstats
path: root/prompt.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-06 09:49:57 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-06 09:51:37 +0100
commit87c8f642278cf82e9c9011413624b64a878b23a9 (patch)
treed409f4cacd32c757fb511e5727aec554f3b05f08 /prompt.sh
parent14eae43ec9ba2bc7ee95a78cb6232464940730f5 (diff)
downloadgit-sonar-87c8f642278cf82e9c9011413624b64a878b23a9.tar.gz
git-sonar-87c8f642278cf82e9c9011413624b64a878b23a9.zip
Provide example of local commit difference
Diffstat (limited to '')
-rwxr-xr-xprompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.sh b/prompt.sh
index 82155fb..5fd8b27 100755
--- a/prompt.sh
+++ b/prompt.sh
@@ -18,6 +18,6 @@ else
local_behind=""
fi
-prompt="$(branch_name)$local_behind$local_ahead $(bash_color_changes_status)"
+prompt="$(branch_name) $(zsh_color_local_commits) $(bash_color_changes_status)"
echo $prompt