From c592db8deb666c28140b509620bd033d371f0bc3 Mon Sep 17 00:00:00 2001 From: bwl Date: Sun, 29 Jul 2012 15:42:45 -0400 Subject: [PATCH] Creating bwl theme --- themes/bwl.zsh-theme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/bwl.zsh-theme diff --git a/themes/bwl.zsh-theme b/themes/bwl.zsh-theme new file mode 100644 index 000000000..dc15cb05f --- /dev/null +++ b/themes/bwl.zsh-theme @@ -0,0 +1,8 @@ +# Yay! High voltage and arrows! + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" + +PROMPT='%{$fg[green]%}%1~%{$reset_color%}%{$fg[cyan]%}|%{$reset_color%}$(git_prompt_info)%{$fg[green]%}⇒%{$reset_color%} '