I was trying to use this prompt on a fresh setup (zsh 5.3.1), but without pulling a module which includes git_prompt_info and git_prompt_status the following errors are thrown:
prompt_purity_precmd:4: command not found: git_prompt_info
prompt_purity_precmd:4: command not found: git_prompt_status
zsh: command not found: git_prompt_info
zsh: command not found: git_prompt_status
Zsh doesn't include such a module by default, neither do frameworks like Zim. Maybe it would be a good idea to document that?
and thanks for the great fork!
I was trying to use this prompt on a fresh setup (zsh 5.3.1), but without pulling a module which includes
git_prompt_infoandgit_prompt_statusthe following errors are thrown:Zsh doesn't include such a module by default, neither do frameworks like Zim. Maybe it would be a good idea to document that?
and thanks for the great fork!