summaryrefslogtreecommitdiffstats
path: root/prompt.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-06 09:14:20 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-06 09:14:20 +0100
commit14eae43ec9ba2bc7ee95a78cb6232464940730f5 (patch)
tree429eb85290418036b8c1566e9df3838ab5fe132a /prompt.sh
parent00546b2df2296244b7e700085e6c3fbde11985ca (diff)
downloadgit-sonar-14eae43ec9ba2bc7ee95a78cb6232464940730f5.tar.gz
git-sonar-14eae43ec9ba2bc7ee95a78cb6232464940730f5.zip
Provide colors for bash as well as Zsh
Diffstat (limited to '')
-rwxr-xr-xprompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.sh b/prompt.sh
index 0828b5e..82155fb 100755
--- a/prompt.sh
+++ b/prompt.sh
@@ -18,6 +18,6 @@ else
local_behind=""
fi
-prompt="$(branch_name)$local_behind$local_ahead $(zsh_color_changes_status)"
+prompt="$(branch_name)$local_behind$local_ahead $(bash_color_changes_status)"
echo $prompt