1
0
Fork 0

zsh: fix prompt-plain import

This commit is contained in:
Von Random 2022-08-20 15:50:46 +03:00
parent ae00abcbc2
commit 5d5127af49

View file

@ -14,7 +14,7 @@ conflist=(
if [[ -x $(whence powerline-go) ]]; then if [[ -x $(whence powerline-go) ]]; then
conflist+=(prompt-powerline-go.zsh) conflist+=(prompt-powerline-go.zsh)
else else
conflist+=(prompt-powerline-plain.zsh) conflist+=(prompt-plain.zsh)
fi fi
for config in $conflist; do for config in $conflist; do