From b5d09e2da794086ab5715f3fdda2e9c4b6dd3d9d Mon Sep 17 00:00:00 2001 From: Parth Laxmikant Kolekar Date: Fri, 20 Oct 2017 23:08:48 +0530 Subject: [PATCH] Lower requirements down to 4.3.11 again (#1491) There was an update with the syntax-highlighting module which fixed compatibility with 4.3.11. --- README.md | 2 +- init.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f52a5835..f263a175 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Installation ------------ Prezto will work with any recent release of Zsh, but the minimum required -version is 4.3.17. +version is 4.3.11. 1. Launch Zsh: diff --git a/init.zsh b/init.zsh index 31cfc739..67a07cb6 100644 --- a/init.zsh +++ b/init.zsh @@ -10,7 +10,7 @@ # # Check for the minimum supported version. -min_zsh_version='4.3.17' +min_zsh_version='4.3.11' if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then printf "prezto: old shell detected, minimum required: %s\n" "$min_zsh_version" >&2 return 1