From 0349a5f56969ca95d0d2f72b142c8c5a06591183 Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Tue, 31 Jan 2012 15:00:18 -0700 Subject: [PATCH] modified cloud theme --- themes/cloud+.zsh-theme | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 themes/cloud+.zsh-theme diff --git a/themes/cloud+.zsh-theme b/themes/cloud+.zsh-theme new file mode 100644 index 000000000..021330a63 --- /dev/null +++ b/themes/cloud+.zsh-theme @@ -0,0 +1,12 @@ +if [ $USER = 'root' ]; then + cloud='red' +else + cloud='cyan' +fi + +PROMPT='%{$fg_bold[${cloud}]%}%m ☁ %{$fg_bold[green]%}%p %? %{$fg[green]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"