summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-09-05 10:50:47 +0100
committerMichael Allen <michael@michaelallen.io>2015-09-05 10:50:47 +0100
commit3884b1fdf423f4e8655dd47bef0ccb2ebdd68c6d (patch)
treeb9cbd5502d50ba10b613a9f589d460706000ac65 /prompt.zsh
parent01a35aaf0d11774e40aa72d229132ef4937d7ab6 (diff)
downloadgit-sonar-3884b1fdf423f4e8655dd47bef0ccb2ebdd68c6d.tar.gz
git-sonar-3884b1fdf423f4e8655dd47bef0ccb2ebdd68c6d.zip
Fix colour issue for zshv0.3.2
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-xprompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh
index e996b77..5a7cb40 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -12,7 +12,7 @@ if is_repo; then
if show_remote_status $args; then
zsh_color_remote_commits
fi
- readable_branch_name
+ zsh_readable_branch_name
zsh_color_local_commits
printf '%s' "%{$fg_bold[black]%})%{$reset_color%}"
zsh_color_changes_status