summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-10-11 13:52:40 -0700
committerRobby Russell <robby@planetargon.com>2009-10-11 13:52:40 -0700
commita175f35bde56d0ce013dc95044ed7de9b888d427 (patch)
treee9aaea98683889b13de104be76272b1e961f2e70
parent2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5 (diff)
parent069e9b8752ddaa85b0e21b8033f0c2075ac42f11 (diff)
downloadzsh-a175f35bde56d0ce013dc95044ed7de9b888d427.tar.gz
zsh-a175f35bde56d0ce013dc95044ed7de9b888d427.tar.bz2
zsh-a175f35bde56d0ce013dc95044ed7de9b888d427.zip
Merge branch 'master' of git://github.com/wezm/oh-my-zsh into wezm/master
-rw-r--r--themes/wezm.zsh-theme7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme
new file mode 100644
index 000000000..1881343b0
--- /dev/null
+++ b/themes/wezm.zsh-theme
@@ -0,0 +1,7 @@
+PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
+RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"