Add pete theme

This commit is contained in:
Piotr Usewicz 2010-10-13 13:59:30 +01:00
commit bf5a53e2ea

10
themes/pete.zsh-theme Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
PROMPT='(%w%t) [%{$fg[blue]%}%n%{$reset_color%}@%{$fg[green]%}%M%{$reset_color%}] %{$fg[yellow]%}%d%{$reset_color%}$(git_prompt_info)$(rvm_prompt_info) %(!.#.$)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}✓%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg_bold[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})"
ZSH_THEME_RVM_PROMPT_PREFIX=" (%{$fg_bold[green]%}"
ZSH_THEME_RVM_PROMPT_SUFFIX="%{$reset_color%})"