From 5d5127af4977e0d222d776ee2037f03bf1906ab9 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 20 Aug 2022 15:50:46 +0300 Subject: [PATCH] zsh: fix prompt-plain import --- zsh/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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