You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 #2628
6 months ago
..
configure.zsh remove MULTIBYTE requirement from the configuration wizard (#2397) 1 year ago
icons.zsh use nf-md-redhat as the RHEL logo when on nerdfont-v3 (#2583) 7 months ago
notes.md notes 4 years ago
p10k.zsh Ease regex pattern when reading pyenv.cfg prompt value 6 months ago
parser.zsh don't leak 'token' local variable in parser (#1407) 3 years ago
wizard.zsh cleanup 6 months ago
worker.zsh survive broken $TMPDIR 3 years ago