From 39fbee68a1492d73889b631e457721644a5ea49c Mon Sep 17 00:00:00 2001 From: grafikchaos Date: Wed, 17 Aug 2011 20:37:54 -0500 Subject: [PATCH] adding my preferred theme (minimalist but info when necessary) --- themes/chaos.zsh-theme | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/chaos.zsh-theme diff --git a/themes/chaos.zsh-theme b/themes/chaos.zsh-theme new file mode 100644 index 000000000..32b491937 --- /dev/null +++ b/themes/chaos.zsh-theme @@ -0,0 +1,9 @@ +PROMPT='%{$fg[cyan]%}%D @ %T %{$fg[magenta]%}%m%{$reset_color%}:%{$fg_bold[yellow]%}%c %{$fg_bold[magenta]%}%n%{$reset_color%}% %{$fg_bold[cyan]%}$%{$reset_color%}% ' +RPROMPT='%{$fg_bold[cyan]%}$(git_prompt_info)%{$reset_color%}% ' + +ZSH_THEME_GIT_PROMPT_PREFIX="|%{$fg[yellow]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +#ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%} %{$fg[yellow]%}✗%{$fg[cyan]%}>%{$reset_color%}" +#ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}>" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘ %b%{$fg_bold[cyan]%}|%f%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔ %b%{$fg_bold[cyan]%}|%f%{$reset_color%}"