From 3884b1fdf423f4e8655dd47bef0ccb2ebdd68c6d Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Sat, 5 Sep 2015 10:50:47 +0100 Subject: Fix colour issue for zsh --- prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt.zsh') 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 -- cgit v1.2.3