diff --git a/themes/brethil.zsh-theme b/themes/brethil.zsh-theme index 11445f8..f50f934 100644 --- a/themes/brethil.zsh-theme +++ b/themes/brethil.zsh-theme @@ -97,7 +97,7 @@ function virtualenv_info { function git_prompt() { if [[ -n "$(git status 2>/dev/null)" ]]; then - local GIT_PROMPT="%F{255}($(git_prompt_info)%B%F{255}|%f%b$(git_prompt_status)$(git_remote_status)%F{255})%f" + local GIT_PROMPT=" %F{255}$(git_prompt_info)%B%F{255} |%f%b$(git_prompt_status)$(git_remote_status)" echo "$GIT_PROMPT" else echo ""