Skip to content

Zephyr/completion breaks prompts on termux  #41

Description

@aless3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions