From 716c12cfbc11a020126480a75d538ca16a03dfdf Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 10 Sep 2012 13:24:34 -0400 Subject: [PATCH] Fix vcs_info zstyles in nicoulaj theme --- modules/prompt/functions/prompt_nicoulaj_setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/prompt/functions/prompt_nicoulaj_setup b/modules/prompt/functions/prompt_nicoulaj_setup index 3483a1cb..9d20bd52 100644 --- a/modules/prompt/functions/prompt_nicoulaj_setup +++ b/modules/prompt/functions/prompt_nicoulaj_setup @@ -45,12 +45,12 @@ function prompt_nicoulaj_setup { # Set vcs_info parameters. zstyle ':vcs_info:*' enable bzr git hg svn - zstyle ':vcs_info:*:*' check-for-changes true - zstyle ':vcs_info:*:*' unstagedstr '!' - zstyle ':vcs_info:*:*' stagedstr '+' - zstyle ':vcs_info:*:*' actionformats "%S" "%r/%s/%b %u%c (%a)" - zstyle ':vcs_info:*:*' formats "%S" "%r/%s/%b %u%c" - zstyle ':vcs_info:*:*' nvcsformats "%~" "" + zstyle ':vcs_info:*' check-for-changes true + zstyle ':vcs_info:*' unstagedstr '!' + zstyle ':vcs_info:*' stagedstr '+' + zstyle ':vcs_info:*' actionformats "%S" "%r/%s/%b %u%c (%a)" + zstyle ':vcs_info:*' formats "%S" "%r/%s/%b %u%c" + zstyle ':vcs_info:*' nvcsformats "%~" "" # Define prompts. PROMPT="%(?.${success_color}.${failure_color})${SSH_TTY:+[%n@%m]}%B%${max_path_chars}<...<"'${vcs_info_msg_0_%%.}'"%<<%(!.${root_char}.${user_char})%b%f "