diff options
Diffstat (limited to 'themes/garyblessington.zsh-theme')
-rw-r--r-- | themes/garyblessington.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garyblessington.zsh-theme b/themes/garyblessington.zsh-theme index 9431be6d8..b4f84a71c 100644 --- a/themes/garyblessington.zsh-theme +++ b/themes/garyblessington.zsh-theme @@ -1,4 +1,4 @@ -PROMPT='%{%{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}: ' +PROMPT='%{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}: ' ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[blue]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |