From 97277e7e9a73a6a58088e3c090147fc578488a12 Mon Sep 17 00:00:00 2001 From: Anton Shubin <2spy4x@gmail.com> Date: Sun, 17 Mar 2019 09:28:54 +0300 Subject: [PATCH] feat(.oh-my-zsh/custom/spy4x.zsh-theme): remove extra < and > for git branch --- .oh-my-zsh/custom/spy4x.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.oh-my-zsh/custom/spy4x.zsh-theme b/.oh-my-zsh/custom/spy4x.zsh-theme index 28d039f..e9648a2 100644 --- a/.oh-my-zsh/custom/spy4x.zsh-theme +++ b/.oh-my-zsh/custom/spy4x.zsh-theme @@ -7,5 +7,5 @@ PROMPT="${current_dir} ${firebase_project} ${git_branch} $ " RPS1="${return_code}" -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹" -ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"