From bd7e6c4869cc6e43d55b7fae2cc9656318059e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Theophilo?= Date: Tue, 14 Mar 2017 00:34:27 -0300 Subject: [PATCH] Brigs back the $ on final of the prompt --- themes/ziggoto.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ziggoto.zsh-theme b/themes/ziggoto.zsh-theme index a2d5b3200..70160b528 100644 --- a/themes/ziggoto.zsh-theme +++ b/themes/ziggoto.zsh-theme @@ -5,4 +5,4 @@ PROMPT='%{$fg_bold[green]%}%n@%M%{$reset_color%}:%{$fg_bold[blue]%}%/%{$reset_co ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}git:(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[yellow]%})" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)"