Skip to content

Commit

Permalink
fix a very minor bug with colors of parenthesis in the terminalparty …
Browse files Browse the repository at this point in the history
…theme
  • Loading branch information
thackoun committed Jun 12, 2012
1 parent caa1554 commit 37bce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/terminalparty.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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]%}"
Expand Down

0 comments on commit 37bce2b

Please sign in to comment.