feat(.oh-my-zsh/custom/spy4x.zsh-theme): remove extra < and > for git branch

This commit is contained in:
Anton Shubin 2019-03-17 09:28:54 +03:00
parent 124c0ce3e8
commit 97277e7e9a

View File

@ -7,5 +7,5 @@ PROMPT="${current_dir} ${firebase_project} ${git_branch}
$ " $ "
RPS1="${return_code}" RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"