mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 11:50:07 +00:00
d6a0fed1d9
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 #2628 |
||
---|---|---|
.. | ||
configure.zsh | ||
icons.zsh | ||
notes.md | ||
p10k.zsh | ||
parser.zsh | ||
wizard.zsh | ||
worker.zsh |