From 23b2682ea060988814374821853675faf2c7d240 Mon Sep 17 00:00:00 2001 From: grafikchaos Date: Wed, 17 Aug 2011 20:43:18 -0500 Subject: [PATCH] okay now seriously adding my favored theme --- themes/skullit.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/skullit.zsh-theme diff --git a/themes/skullit.zsh-theme b/themes/skullit.zsh-theme new file mode 100644 index 000000000..2803f4abd --- /dev/null +++ b/themes/skullit.zsh-theme @@ -0,0 +1,8 @@ +PROMPT='%{$fg_bold[red]%}☠ % %m%{$reset_color%}:%{$fg[cyan]%}%c% $ %{$reset_color%}' +RPROMPT='%{$fg_bold[green]%}$(git_prompt_info)%{$reset_color%}% ' + +ZSH_THEME_GIT_PROMPT_PREFIX="|%{$fg[cyan]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} %{$fg[yellow]%}✗%{$fg[red]%}|%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✔ %{$fg[red]%}|" +RPROMPT='%{$fg_bold[red]%}$(git_prompt_info)%{$reset_color%}%'