From 3d60273ad43d22c0f5777948747756f17eb7ee54 Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 3 Dec 2011 00:02:45 -0800 Subject: [PATCH] Added skwp theme - super basic theme with git and rvm support --- themes/skwp.zsh-theme | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/skwp.zsh-theme diff --git a/themes/skwp.zsh-theme b/themes/skwp.zsh-theme new file mode 100644 index 000000000..22f4daccb --- /dev/null +++ b/themes/skwp.zsh-theme @@ -0,0 +1,9 @@ +# Simple theme with RVM prompt + +PROMPT='%{$fg[blue]%}%~%{$fg_bold[yellow]%}$(git_prompt_info)%{$reset_color%}%{$fg[blue]%}➤ %{$reset_color%}' +RPROMPT='%{$fg[blue]%}$(rvm-prompt i v p g)%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" " +ZSH_THEME_GIT_PROMPT_SUFFIX=" " +ZSH_THEME_GIT_PROMPT_DIRTY=" ✗" +ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"