From d093d65b478db34b24b6c2c45819fc4c61489a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Maty=C5=9Bkiewicz?= Date: Fri, 26 Apr 2013 13:23:38 +0300 Subject: [PATCH] Update zen.zsh-theme --- themes/zen.zsh-theme | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/themes/zen.zsh-theme b/themes/zen.zsh-theme index 52c9d502a..c0bd94db8 100644 --- a/themes/zen.zsh-theme +++ b/themes/zen.zsh-theme @@ -4,7 +4,15 @@ # URL: http://www.matyskiewicz.com/ # Direct Link: https://github.com/wmatyskiewicz/oh-my-zsh/tree/master/themes/zen.zsh-theme # -# Last modified on: Apr 08, 2013 +# Last modified on: Apr 26, 2013 -PROMPT="[%*] %n@%m $(git_prompt_info) %(!.#.») " -RPROMPT='%{$color_full_path%} %~ %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="$FG[245][git: %{$reset_color%}$FG[032]" +ZSH_THEME_GIT_PROMPT_SUFFIX="$FG[245]]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" +ZSH_THEME_GIT_PROMPT_DIRTY="$FG[214]*%{$reset_color%}" + +PROMPT="$FG[032][%*] %n@%m %~ %{$reset_color%} +$FG[214] %(!.#.»)%{$reset_color%} " + +RPROMPT="$(git_prompt_info)"