prezto
prezto copied to clipboard
Fix the sorin prompt theme
This fixes https://github.com/sorin-ionescu/prezto/issues/1026 by changing zle reset-prompt
to zle .reset-prompt
. This matches the behavior of the pure
theme.
There are other themes that use reset-prompt
without the period, some external, for which I do not have write access. There is also a reset-prompt
in modules/editor/init.zsh. Also, I think #1026 is more related to #888 than ZLE.
Oh my god @ziegs, thank you. It took me hours to figure out why my terminal kept crashing at startup and this fixed everything. :clap: