From d24f690fa2458419d5d0a61cfe3a436de7a4a449 Mon Sep 17 00:00:00 2001 From: maudin Date: Mon, 23 Apr 2018 10:07:14 +0200 Subject: [PATCH] git theme improvement --- hybris.theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hybris.theme b/hybris.theme index c7c00d2..0c76bab 100644 --- a/hybris.theme +++ b/hybris.theme @@ -1,7 +1,7 @@ PROMPT='%{${fg_bold[white]}%}%n%{$reset_color%}%{${fg[white]}%}@%m $%{$reset_color%} ' RPROMPT='%{$fg[white]%}%~$(git_prompt_info)%{$reset_color%}%(?,,%{${fg_bold[red]}%} [%?]%{$reset_color%})' -ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[yellow]%}(" +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[green]%}(" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%})%{$fg_bold[red]%}!%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[yellow]%})" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%})%{$fg_bold[red]%}!%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%})"