Skip to content

Commit

Permalink
Merge pull request ohmyzsh#645 from mr-szymanski/master
Browse files Browse the repository at this point in the history
Add "wuffers" theme
  • Loading branch information
robbyrussell committed Oct 10, 2011
2 parents 1228638 + c373c71 commit 57f04b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/wuffers.zsh-theme
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,5 @@
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} x%{$fg_bold[blue]%}"

PROMPT='%{$(git_prompt_info)%}%{$fg_bold[green]%}{%{$(rvm current)%}}%{$reset_color%} %{$fg[cyan]%}%c%{$reset_color%} '

0 comments on commit 57f04b9

Please sign in to comment.