Skip to content

Commit

Permalink
terminal party show exit status with color
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd committed Jul 9, 2014
1 parent 4131a59 commit aa82bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/terminalparty.zsh-theme
@@ -1,9 +1,8 @@
PROMPT='%{$fg[green]%} %% '
PROMPT='%(?,%{$fg[green]%},%{$fg[red]%}) %% '
# 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_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg[yellow]%}"

0 comments on commit aa82bd7

Please sign in to comment.