summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-06-13 12:23:40 -0700
committerRobby Russell <robby@planetargon.com>2012-06-13 12:23:40 -0700
commit57279ecd550166ce3009debdcd3457332e40e6ff (patch)
treedba03d3b39a6a2550e57adbaad4036759fd378bd /themes
parentcaa15548c107b9c31f61a67547ffab0b0cfe4934 (diff)
parent37bce2b51a528c6be5dc4605c81aab70c949a3a3 (diff)
downloadzsh-57279ecd550166ce3009debdcd3457332e40e6ff.tar.gz
zsh-57279ecd550166ce3009debdcd3457332e40e6ff.tar.bz2
zsh-57279ecd550166ce3009debdcd3457332e40e6ff.zip
Merge pull request #1156 from thackoun/master
very small beug in the terminalparty theme
Diffstat (limited to 'themes')
-rw-r--r--themes/terminalparty.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/terminalparty.zsh-theme b/themes/terminalparty.zsh-theme
index 73653aca8..216ce37eb 100644
--- a/themes/terminalparty.zsh-theme
+++ b/themes/terminalparty.zsh-theme
@@ -2,7 +2,7 @@ PROMPT='%{$fg[green]%} %% '
# RPS1='%{$fg[blue]%}%~%{$reset_color%} '
RPS1='%{$fg[white]%}%2~$(git_prompt_info) %{$fg_bold[blue]%}%m%{$reset_color%}'
-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_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg[yellow]%}"