powerlevel10k/internal
Hodei Navarro d6a0fed1d9
Ease regex pattern when reading pyenv.cfg prompt value
This commit provides support for virtualenv-like pyenv.cfg configuration files, where the `prompt` value is a plain text rather than a quoted string.
Before the commit, `prompt = My custom prompt` would not match the regex, returning a fallback of the $VIRTUAL_ENV directory name.
After the commit, both venv-like `prompt = 'My custom prompt'` and virtualenv-like `prompt = My custom prompt` are supported.

Closes 
..
configure.zsh remove MULTIBYTE requirement from the configuration wizard ()
icons.zsh use nf-md-redhat as the RHEL logo when on nerdfont-v3 ()
notes.md notes
p10k.zsh Ease regex pattern when reading pyenv.cfg prompt value
parser.zsh don't leak 'token' local variable in parser ()
wizard.zsh cleanup
worker.zsh survive broken $TMPDIR