diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-04-05 07:54:20 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-04-05 07:54:20 +0300 |
commit | b2667b8270fa103eb6558ef719fb872fec0fc51b (patch) | |
tree | ebab94b9c6d2a50586e48f1a4c9f1693bc6436d3 /internal | |
parent | c71606cd833f60a9b74573b50000fb6a6a9eab17 (diff) |
don't compile sources if zsh is < 5.1
Diffstat (limited to 'internal')
-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 d58b533b..50654ba2 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -1,4 +1,4 @@ -if [[ $__p9k_sourced != 7 ]]; then +if [[ $__p9k_sourced != 8 ]]; then >&2 print -P "" >&2 print -P "[%F{1}ERROR%f]: Corrupted powerlevel10k installation." >&2 print -P "" |