From 0230eff3ae5fbe781bd0112d40e8fddd048d9855 Mon Sep 17 00:00:00 2001 From: John Antoni Griffiths Date: Wed, 18 Jan 2012 13:04:45 -0500 Subject: [PATCH] my clean theme --- themes/johnantoni.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/johnantoni.zsh-theme diff --git a/themes/johnantoni.zsh-theme b/themes/johnantoni.zsh-theme new file mode 100644 index 000000000..e8357113d --- /dev/null +++ b/themes/johnantoni.zsh-theme @@ -0,0 +1,6 @@ +ZSH_THEME_GIT_PROMPT_PREFIX="[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" + +PROMPT='%{$fg[magenta]%}%~%{$fg[cyan]%}$(git_prompt_info)%{$reset_color%}# '