aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-05 07:54:20 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-05 07:54:20 +0300
commitb2667b8270fa103eb6558ef719fb872fec0fc51b (patch)
treeebab94b9c6d2a50586e48f1a4c9f1693bc6436d3 /internal/p10k.zsh
parentc71606cd833f60a9b74573b50000fb6a6a9eab17 (diff)
don't compile sources if zsh is < 5.1
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
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 ""