diff --git a/themes/thejspr.zsh-theme b/themes/thejspr.zsh-theme index ba835ba62..b9713bfa3 100644 --- a/themes/thejspr.zsh-theme +++ b/themes/thejspr.zsh-theme @@ -10,6 +10,7 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$fg[white]%}%B$%b " local host_name='%{$fg[white]%}%m%{$reset_color%}:' local current_dir='%{$fg[blue]%}%~%{$reset_color%}' -local git_branch='$(git_prompt_info)%{$reset_color%}' +local git_branch='$(git_prompt_info)' +local end_symbol=' %{$fg[white]%}%B$%b ' -PROMPT="${host_name}${current_dir}${git_branch}" +PROMPT="${host_name}${current_dir}${git_branch}${end_symbol}"