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%}"