From 83928dad2e0d94bd8c24c7b776182f6afd9e53ae Mon Sep 17 00:00:00 2001 From: Alexander Tipugin Date: Thu, 11 Apr 2013 14:48:11 +0400 Subject: [PATCH] Add "atipugin" theme --- themes/atipugin.zsh-theme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/atipugin.zsh-theme diff --git a/themes/atipugin.zsh-theme b/themes/atipugin.zsh-theme new file mode 100644 index 000000000..ce22bd321 --- /dev/null +++ b/themes/atipugin.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='[%{$fg_bold[blue]%}%~%{$reset_color%}] ' +RPROMPT='$(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="" +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$reset_color%}"