From 6ad908604a4b8da1e3dc476a032852623b2d1a33 Mon Sep 17 00:00:00 2001 From: santi Date: Wed, 9 May 2012 17:42:16 -0700 Subject: [PATCH] adding my own theme --- themes/santiycr.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/santiycr.zsh-theme diff --git a/themes/santiycr.zsh-theme b/themes/santiycr.zsh-theme new file mode 100644 index 000000000..2f8f0818b --- /dev/null +++ b/themes/santiycr.zsh-theme @@ -0,0 +1,8 @@ +PROMPT='%{$fg_no_bold[cyan]%}%n %{$fg_no_bold[yellow]%}%3~%{$reset_color%} %{$fg_no_bold[magenta]%}• %{$reset_color%}' +RPROMPT='$(git_prompt_info) %{$reset_color%}[%*]' + +# git theming +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_no_bold[green]%} ✔%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_no_bold[red]%} ✗%{$reset_color%}"