diff options
author | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
---|---|---|
committer | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
commit | 4a2e9ed0393b74a4e4b42766a5859e6634ce4c65 (patch) | |
tree | 51d752dd5c2cc3266077d2249f4ba5d0cefcd706 /themes/terminalparty.zsh-theme | |
parent | 73b9f8311030fe249d703178d5cb445eb0642268 (diff) | |
parent | e8d582aba98d57214a374bed01570ba791c54d9e (diff) | |
download | zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.gz zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.bz2 zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
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]%}" |