diff --git a/themes/af-magic-light.zsh-theme b/themes/af-magic-light.zsh-theme index c76168285..9ce29051a 100644 --- a/themes/af-magic-light.zsh-theme +++ b/themes/af-magic-light.zsh-theme @@ -10,7 +10,7 @@ eval my_gray='$FG[237]' eval my_orange='$FG[214]' # primary prompt -PROMPT='$my_orange%(1j.%jz .)${reset_color}$FG[032]%~\ +PROMPT='$my_orange%(1j.%jz .)$FG[032]%~\ $(git_prompt_info) \ $FG[105]%(!.#.${return_code}ยป)%{$reset_color%} ' PROMPT2='%{$fg[red]%}\ %{$reset_color%}'