From b4a48dd6b781e357fc513b1f6dd668d8933f3660 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Thu, 17 Sep 2015 11:03:44 +0100 Subject: Switch zsh to use the new render prompt --- prompt.zsh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'prompt.zsh') diff --git a/prompt.zsh b/prompt.zsh index 2d31820..c2b175a 100755 --- a/prompt.zsh +++ b/prompt.zsh @@ -8,12 +8,5 @@ if is_repo; then autoload colors && colors prepare_zsh_colors - printf '%s' "%{$fg_bold[black]%} git:(%{$reset_color%}" - if show_remote_status $args; then - color_remote_commits - fi - readable_branch_name - color_local_commits - printf '%s' "%{$fg_bold[black]%})%{$reset_color%}" - color_changes_status + render_prompt fi -- cgit v1.2.3