From ed02e9bedabf2e4377d016dbe29777ff0294bb34 Mon Sep 17 00:00:00 2001 From: maudin Date: Mon, 23 Apr 2018 10:09:38 +0200 Subject: [PATCH] fix --- hybris.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.theme b/hybris.theme index 0c76bab..0ebb8ec 100644 --- a/hybris.theme +++ b/hybris.theme @@ -3,5 +3,5 @@ RPROMPT='%{$fg[white]%}%~$(git_prompt_info)%{$reset_color%}%(?,,%{${fg_bold[red] ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[green]%}(" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%})%{$fg_bold[red]%}!%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[green]%})%{$fg_bold[red]%}!%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%})"