From 069e9b8752ddaa85b0e21b8033f0c2075ac42f11 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 8 Oct 2009 09:50:32 +1100 Subject: [PATCH] Add my own theme --- themes/wezm.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/wezm.zsh-theme diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme new file mode 100644 index 00000000..1881343b --- /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]%})"