summaryrefslogtreecommitdiff
path: root/themes/terminalparty.zsh-theme
diff options
context:
space:
mode:
authorSébastien M-B <essembeh@gmail.com>2012-06-27 00:12:55 +0200
committerSébastien M-B <essembeh@gmail.com>2012-06-27 00:12:55 +0200
commit8d23a3611086e9a13e7ad754c57fa8cc4797bfa9 (patch)
treeb521e91a17b715259ed31ffa163f9254f8b546a8 /themes/terminalparty.zsh-theme
parent18cb11903f8208403a0ba5a8f2ece1a0bd4ef9a3 (diff)
parent29fb24487cce4e61bdc24a9a0308f04a739a3d1f (diff)
downloadzsh-8d23a3611086e9a13e7ad754c57fa8cc4797bfa9.tar.gz
zsh-8d23a3611086e9a13e7ad754c57fa8cc4797bfa9.tar.bz2
zsh-8d23a3611086e9a13e7ad754c57fa8cc4797bfa9.zip
Merge branch 'master' of github.com:essembeh/oh-my-zsh
Diffstat (limited to 'themes/terminalparty.zsh-theme')
-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]%}"