diff --git a/zsh/init.zsh b/zsh/init.zsh index a78e890..1820460 100644 --- a/zsh/init.zsh +++ b/zsh/init.zsh @@ -14,7 +14,7 @@ conflist=( if [[ -x $(whence powerline-go) ]]; then conflist+=(prompt-powerline-go.zsh) else - conflist+=(prompt-powerline-plain.zsh) + conflist+=(prompt-plain.zsh) fi for config in $conflist; do