diff options
author | Peter Tillemans <pti@snamellit.com> | 2012-06-18 10:45:07 +0200 |
---|---|---|
committer | Peter Tillemans <pti@snamellit.com> | 2012-06-18 10:45:07 +0200 |
commit | 8b69c7f6a0c80c1c53505e17d356387b83e18efc (patch) | |
tree | c76fc91c12ef4f1ecc52f888a92c3472f8ae8c55 /themes | |
parent | 3f42fd000c2110ec8647d341cb69a31ebbbe9b4e (diff) | |
parent | e8d582aba98d57214a374bed01570ba791c54d9e (diff) | |
download | zsh-8b69c7f6a0c80c1c53505e17d356387b83e18efc.tar.gz zsh-8b69c7f6a0c80c1c53505e17d356387b83e18efc.tar.bz2 zsh-8b69c7f6a0c80c1c53505e17d356387b83e18efc.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes')
-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]%}" |