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}'