summaryrefslogtreecommitdiffstats
path: root/prompt.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-06 09:58:13 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-06 09:58:13 +0100
commit6b40c172f04036931886a92c200197ef7bd9917f (patch)
treea43cdae1b619cce9f33f5dc068deb39fe88b47ea /prompt.sh
parent87c8f642278cf82e9c9011413624b64a878b23a9 (diff)
downloadgit-sonar-6b40c172f04036931886a92c200197ef7bd9917f.tar.gz
git-sonar-6b40c172f04036931886a92c200197ef7bd9917f.zip
Provide bash colors for local commit diffs
Diffstat (limited to '')
-rwxr-xr-xprompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.sh b/prompt.sh
index 5fd8b27..056a74f 100755
--- a/prompt.sh
+++ b/prompt.sh
@@ -18,6 +18,6 @@ else
local_behind=""
fi
-prompt="$(branch_name) $(zsh_color_local_commits) $(bash_color_changes_status)"
+prompt="$(branch_name) $(bash_color_local_commits) $(bash_color_changes_status)"
echo $prompt