Skip to content

Commit

Permalink
Merge pull request ohmyzsh#251 from kalasjocke/master
Browse files Browse the repository at this point in the history
New terminalparty theme
  • Loading branch information
robbyrussell committed Jul 23, 2011
2 parents fc6f072 + 4facba9 commit 2816ea7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/terminalparty.zsh-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg[yellow]%}"

0 comments on commit 2816ea7

Please sign in to comment.