diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-12-22 11:16:02 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-12-22 11:16:02 +0300 |
commit | 5ea5d4bc196d3b3c82d611149a541061e47716d5 (patch) | |
tree | b0bbf6e08f0646fd257209bfbd0f40656aac5efe /internal/p10k.zsh | |
parent | 9c3ecab81e7a8080d4f11b966d705d51f29198b0 (diff) |
disable re_match_pcre, otherwise we can get an error when users enable this option without having zsh/pcre module
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index c6cccdbf..9aa03f94 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -1,4 +1,4 @@ -if [[ $__p9k_sourced != 12 ]]; then +if [[ $__p9k_sourced != 13 ]]; then >&2 print -P "" >&2 print -P "[%F{1}ERROR%f]: Corrupted powerlevel10k installation." >&2 print -P "" |