fpath+=$HOME/.zsh/pure
autoload -U promptinit; promptinit
prompt pure
autoload -U promptinit; promptinit
prompt pure
Update: Spooky thing: as soon as wrote this up, it went away. There's clearly some other variable I'm not considering. If it comes back I'll try to discover the secret, then I'll update this issue.
General information
System report (output of
prompt_pure_system_report
):Other information
I have:
Problem description
Every time I insert a new line without submitting the command (in vim mode this is 'o') the prompt moves upwards and clobbers the previous line.
It only happens after I enable the plugin.
Reproduction steps
https://asciinema.org/a/OXxdyKdBtbxtW6Wl5UUTOFBi8?theme=solarized-dark
My
.zshrc
:Update: Spooky thing: as soon as wrote this up, it went away. There's clearly some other variable I'm not considering. If it comes back I'll try to discover the secret, then I'll update this issue.