diff --git a/modules/prompt/init.zsh b/modules/prompt/init.zsh index abe443c..f3f5e8d 100644 --- a/modules/prompt/init.zsh +++ b/modules/prompt/init.zsh @@ -4,5 +4,5 @@ if [[ ! ${TERM} == (linux|*bsd*|dumb) ]] && (( ${+zprompt_theme} )); then autoload -Uz promptinit && promptinit - prompt ${zprompt_theme} + prompt ${(ps: :)${zprompt_theme}} fi