summaryrefslogtreecommitdiff
path: root/themes/superjarin.zsh-theme
diff options
context:
space:
mode:
authoryleo77 <ylep77@gmail.com>2013-07-16 16:37:18 +0800
committeryleo77 <ylep77@gmail.com>2013-07-16 16:37:18 +0800
commit67b2781f6200a0dff35055eb67937a0df2be2c51 (patch)
tree73b692f4146042966f7d2fed10ab88946cbc077b /themes/superjarin.zsh-theme
parent6b832b93588567cb00b9a9e8170a5ebf539dea51 (diff)
parent7f74294d7aa7ab86e18e70a1153c15fa373c5849 (diff)
downloadzsh-67b2781f6200a0dff35055eb67937a0df2be2c51.tar.gz
zsh-67b2781f6200a0dff35055eb67937a0df2be2c51.tar.bz2
zsh-67b2781f6200a0dff35055eb67937a0df2be2c51.zip
Merge remote-tracking branch 'robbyrussell/master'
Diffstat (limited to 'themes/superjarin.zsh-theme')
-rw-r--r--themes/superjarin.zsh-theme6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/superjarin.zsh-theme b/themes/superjarin.zsh-theme
index 86955a560..2920d17a2 100644
--- a/themes/superjarin.zsh-theme
+++ b/themes/superjarin.zsh-theme
@@ -11,13 +11,13 @@ fi
# Append the current git branch, if in a git repository
JARIN_CURRENT_LOCA_="%{$fg_bold[cyan]%}%~\$(git_prompt_info)%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[white]%} <%{$fg[magenta]%}"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[white]%}"
# Do nothing if the branch is clean (no changes).
-ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%}>"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}>"
# Add a yellow ✗ if the branch is dirty
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%}> %{$fg[yellow]%}✗"
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}> %{$fg[yellow]%}✗"
# Put it all together!
PROMPT="$JARIN_CURRENT_RUBY_ $JARIN_CURRENT_LOCA_ "