From 9e00a3f3baf4644fe8abd64e366f7286bd926ed5 Mon Sep 17 00:00:00 2001 From: Ryan Clancy Date: Fri, 5 May 2017 20:39:24 -0300 Subject: [PATCH] Update git prompt for Gentoo theme. Update the git prompt to include more colors, following the default zsh theme. --- themes/gentoo.zsh-theme | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/gentoo.zsh-theme b/themes/gentoo.zsh-theme index ee205d24..585f065f 100644 --- a/themes/gentoo.zsh-theme +++ b/themes/gentoo.zsh-theme @@ -4,5 +4,7 @@ function prompt_char { PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}%n@)%m %{$fg_bold[blue]%}%(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} ' -ZSH_THEME_GIT_PROMPT_PREFIX="(" -ZSH_THEME_GIT_PROMPT_SUFFIX=") " +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX=" " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"