diff options
author | thackoun <thackoun@gmail.com> | 2012-06-12 15:48:00 +0300 |
---|---|---|
committer | thackoun <thackoun@gmail.com> | 2012-06-12 15:48:00 +0300 |
commit | 37bce2b51a528c6be5dc4605c81aab70c949a3a3 (patch) | |
tree | dba03d3b39a6a2550e57adbaad4036759fd378bd /themes/terminalparty.zsh-theme | |
parent | caa15548c107b9c31f61a67547ffab0b0cfe4934 (diff) | |
download | zsh-37bce2b51a528c6be5dc4605c81aab70c949a3a3.tar.gz zsh-37bce2b51a528c6be5dc4605c81aab70c949a3a3.tar.bz2 zsh-37bce2b51a528c6be5dc4605c81aab70c949a3a3.zip |
fix a very minor bug with colors of parenthesis in the terminalparty theme
Diffstat (limited to 'themes/terminalparty.zsh-theme')
-rw-r--r-- | themes/terminalparty.zsh-theme | 2 |
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]%}" |