diff --git a/config/zsh/prompt.zsh b/config/zsh/prompt.zsh index 7b947f8..b712a66 100644 --- a/config/zsh/prompt.zsh +++ b/config/zsh/prompt.zsh @@ -61,7 +61,7 @@ render_exit_code() { if ((PROMPT_EXIT_CODE > 128 && PROMPT_EXIT_CODE < 160)); then print "%{%B%}${zfg[white]}$(kill -l $PROMPT_EXIT_CODE)%{%b%}" else - print "%{%B%}${zfg[red]}✘ $PROMPT_EXIT_CODE%{%b%}" + print "%{%B%}${zfg[red]} $PROMPT_EXIT_CODE%{%b%}" fi }