From aad590ae7c19f60c3097dc6de03dea7d4b965c5a Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 16 Jun 2012 18:08:29 -0400 Subject: [PATCH] Not a fan of variable substitution. Grr. --- zsh/custom/walkah.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/custom/walkah.zsh-theme b/zsh/custom/walkah.zsh-theme index 9961c58..4f53c01 100644 --- a/zsh/custom/walkah.zsh-theme +++ b/zsh/custom/walkah.zsh-theme @@ -3,7 +3,7 @@ if [ -z $SSH_CONNECTION ]; then HCOLOR="green"; else HCOLOR="blue"; fi local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" -PROMPT='%{$fg[$HCOLOR]%}%m%{$reset_color%}:%c \ +PROMPT='%{$fg[$HCOLOR]%}%m%{$reset_color%}:%C \ $(git_prompt_info)%{$fg[red]%}%(!.#.»)%{$reset_color%} ' PROMPT2='%{$fg[red]%}\ %{$reset_color%}' RPS1='${return_code}'