From 574b688c1a959674220eab7e75e7a6c465676bc8 Mon Sep 17 00:00:00 2001 From: Chauncey Garrett Date: Fri, 29 Aug 2014 11:33:42 -0500 Subject: [PATCH] Set min zsh version to 4.3.10 This is for me personally. It should be 4.3.11 but sadly one of the servers I use, has 4.3.10... [ticket: X] --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 75adfe51..62d7cfcd 100644 --- a/init.zsh +++ b/init.zsh @@ -10,7 +10,7 @@ # # Check for the minimum supported version. -min_zsh_version='4.3.11' +min_zsh_version='4.3.10' 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