diff --git a/plugins/async-prompt/async-prompt.plugin.zsh b/plugins/async-prompt/async-prompt.plugin.zsh index c2888eff0..f8ecdc765 100644 --- a/plugins/async-prompt/async-prompt.plugin.zsh +++ b/plugins/async-prompt/async-prompt.plugin.zsh @@ -18,6 +18,7 @@ function precmd() { } # do not clear RPROMPT, let it persist + RPROMPT="${ZSH_THEME_ASYNC_PROMPT_OLD_PREFIX}${RPROMPT}${ZSH_THEME_ASYNC_PROMPT_OLD_SUFFIX}" # kill child if necessary if [[ "${ASYNC_PROC}" != 0 ]]; then