diff --git a/themes/juanghurtado.zsh-theme b/themes/juanghurtado.zsh-theme index 14059958e..046335d26 100644 --- a/themes/juanghurtado.zsh-theme +++ b/themes/juanghurtado.zsh-theme @@ -5,15 +5,9 @@ # Color shortcuts RED=$fg[red] -YELLOW=$fg[yellow] -GREEN=$fg[green] -WHITE=$fg[white] -BLUE=$fg[blue] RED_BOLD=$fg_bold[red] -YELLOW_BOLD=$fg_bold[yellow] -GREEN_BOLD=$fg_bold[green] +WHITE=$fg[white] WHITE_BOLD=$fg_bold[white] -BLUE_BOLD=$fg_bold[blue] RESET_COLOR=$reset_color # Format for git_prompt_info() @@ -35,18 +29,6 @@ ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$WHITE%}untracked" # Format for git_prompt_ahead() ZSH_THEME_GIT_PROMPT_AHEAD=" %{$RED%}(!)" -# Prompt format -# PROMPT=' -# %{$RED_BOLD%}%n@%m%{$WHITE%}:%~%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%} -# %{$BLUE%}>%{$RESET_COLOR%} ' -PROMPT=' -%{$RED_BOLD%}[%{$WHITE%}\ -%n\ -%{$RED_BOLD%}@%{$WHITE%}\ -%m:%~%{$RED_BOLD%}]\ -%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%} -%{$RED%}>%{$RESET_COLOR%} ' - PROMPT=' %{$WHITE%}%n\ %{$RED_BOLD%}@%{$WHITE%}\