From 890e819383d02e9964949e4655d0e60f98af1387 Mon Sep 17 00:00:00 2001 From: Alexandre Croteau-Pothier Date: Fri, 8 Feb 2013 11:23:48 -0500 Subject: [PATCH] adding the "simpler" theme --- themes/simpler.zsh-theme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/simpler.zsh-theme diff --git a/themes/simpler.zsh-theme b/themes/simpler.zsh-theme new file mode 100644 index 000000000..2968a314c --- /dev/null +++ b/themes/simpler.zsh-theme @@ -0,0 +1,10 @@ +# simpler.zsh-theme +# +# Customization of the simple theme + +PROMPT='%{$fg_bold[blue]%}%.%{$fg[red]%}$(git_prompt_info)%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" " +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_DIRTY="(✗)" +ZSH_THEME_GIT_PROMPT_CLEAN="(✔)"