From 6b1c0972b4a7b8fc579bb2044e7fe23fd1122b91 Mon Sep 17 00:00:00 2001 From: Kirk Strauser Date: Mon, 16 Jan 2012 18:42:36 -0800 Subject: [PATCH] Removed an extraneous space char from kstrauser's git status --- themes/kstrauser.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/kstrauser.zsh-theme b/themes/kstrauser.zsh-theme index 56459d9a9..7558bcaf8 100644 --- a/themes/kstrauser.zsh-theme +++ b/themes/kstrauser.zsh-theme @@ -1,7 +1,7 @@ # Define common and useful things to put in a prompt typeset -A prc prc[abbrevpath]='%{${fg[red]}%}%B%45<...<%~%<<%b%{$reset_color%}' -prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status) %{$reset_color%}' +prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}' prc[newline]=$'\n' prc[promptchar]='%(!.#.$)' prc[smiley]='%(?.%{${fg[green]}%}:).%{${fg[red]}%}:()%{$reset_color%}'