From 3d9e6da72051991f89d6453dde2b457bab69ea05 Mon Sep 17 00:00:00 2001 From: Chauncey Garrett Date: Fri, 29 Aug 2014 12:03:24 -0500 Subject: [PATCH] Revert "Set min zsh version to 4.3.10" zsh-syntax-highlighting require 4.3.17 so I'm moving on to that instead for this repo This reverts commit 574b688c1a959674220eab7e75e7a6c465676bc8. --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 62d7cfcd..75adfe51 100644 --- a/init.zsh +++ b/init.zsh @@ -10,7 +10,7 @@ # # Check for the minimum supported version. -min_zsh_version='4.3.10' +min_zsh_version='4.3.11' if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then print "prezto: old shell detected, minimum required: $min_zsh_version" >&2 return 1