zsh: fix prompt-plain import
This commit is contained in:
parent
ae00abcbc2
commit
5d5127af49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue