summaryrefslogtreecommitdiff
path: root/themes/wezm.zsh-theme
diff options
context:
space:
mode:
authorWesley Moore <wez@wezm.net>2009-10-08 09:50:32 +1100
committerWesley Moore <wez@wezm.net>2009-10-08 09:50:32 +1100
commit069e9b8752ddaa85b0e21b8033f0c2075ac42f11 (patch)
treee51d0582f95b34096cb5867adb316c4db6ad4720 /themes/wezm.zsh-theme
parent2289cacecbf027e71380ab0c349dee6f902e7b65 (diff)
downloadzsh-069e9b8752ddaa85b0e21b8033f0c2075ac42f11.tar.gz
zsh-069e9b8752ddaa85b0e21b8033f0c2075ac42f11.tar.bz2
zsh-069e9b8752ddaa85b0e21b8033f0c2075ac42f11.zip
Add my own theme
Diffstat (limited to 'themes/wezm.zsh-theme')
-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]%})"