From d7fb7cd215f68c3177b0f10c1f270e80995162ac Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 30 Sep 2012 16:06:12 -0400 Subject: [PATCH] Add a missing space to peepcode --- modules/prompt/functions/prompt_peepcode_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prompt/functions/prompt_peepcode_setup b/modules/prompt/functions/prompt_peepcode_setup index 0dd7e74..bcedeec 100644 --- a/modules/prompt/functions/prompt_peepcode_setup +++ b/modules/prompt/functions/prompt_peepcode_setup @@ -13,7 +13,7 @@ function +vi-git-status() { # Check for untracked files or updated submodules since vcs_info does not. if [[ -n $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then - hook_com[unstaged]='%F{8}✗%f' + hook_com[unstaged]=' %F{8}✗%f' fi }