when I load completions the prompt is reset and I get the output of running "prompt" without arguments, the same zshrc works when removing that plugin.
also when I run prompt -l to list available prompts I get an empty list of prompts
minimal working example:
# .zsh_plugins.txt
mattmc3/zephyr path:plugins/completions
#.zshrc
source ${ZDOTDIR:-~}/.antidoteantidote.zsh
antidote load
autoload -U promptinit && promptinit if [ $(whoami) = 'root' ]; then
prompt fade red
else
prompt fade blue
fi
#resulting zsh_plugins.zsh
fpath+=( "$HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-mattmc3-SLASH-zephyr/plugins/completion" )
source "$HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-mattmc3-SLASH-zephyr/plugins/completion/completion.plugin.zsh"
zsh 5.9 on termux, Android (graphene OS)
if you need other information or logs or anything let me know and I'd be happy to upload them
when I load completions the prompt is reset and I get the output of running "prompt" without arguments, the same zshrc works when removing that plugin.
also when I run prompt -l to list available prompts I get an empty list of prompts
minimal working example:
zsh 5.9 on termux, Android (graphene OS)
if you need other information or logs or anything let me know and I'd be happy to upload them