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