From 10763dfc277d8d1e905b1e08fb2341dbb57db238 Mon Sep 17 00:00:00 2001 From: Dan Walker Date: Tue, 30 Nov 2010 13:02:06 -0700 Subject: [PATCH] Added a more compact version of the candy theme. --- themes/compact.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/compact.zsh-theme diff --git a/themes/compact.zsh-theme b/themes/compact.zsh-theme new file mode 100644 index 000000000..52b07cc24 --- /dev/null +++ b/themes/compact.zsh-theme @@ -0,0 +1,6 @@ +PROMPT=$'%{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[blue]%}%D{%I.%M.%S}%{$reset_color%}:%{$fg[white]%}%1~%{$reset_color%}$(git_prompt_info)%(?..%{$fg_bold[red]%}X%{$reset_color%})%{$fg[blue]%}> %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""