Added two new environment variables `ZSH_THEME_PYENV_PREFIX` and
`ZSH_THEME_PYENV_SUFFIX` to allow customisation of the prefix and
suffix displayed around the Python version in the prompt.
BREAKING CHANGE: `pyenv` will not be loaded at startup anymore if a
virtual env if found to avoid overwriting the expected python version.
Closes#12589