From b4c5734ca3cfd2ac66051787a9788196c528d1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C5=ABdolfs=20O=C5=A1i=C5=86=C5=A1?= Date: Tue, 31 Jan 2012 17:20:12 +0100 Subject: [PATCH] Add theme 'rudolfs' --- themes/rudolfs.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/rudolfs.zsh-theme diff --git a/themes/rudolfs.zsh-theme b/themes/rudolfs.zsh-theme new file mode 100644 index 000000000..62950d885 --- /dev/null +++ b/themes/rudolfs.zsh-theme @@ -0,0 +1,8 @@ +# Inspired by the gallifrey theme. +# http://twitpic.com/8dzyli/full + +PROMPT='%{$fg[yellow]%}%2~%{$reset_color%} %B»%b ' +RPROMPT='%{$fg[$NCOLOR]%}$(git_prompt_info)%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹" +ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"