1
0
Fork 0

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 574b688c1a.
pull/666/head
Chauncey Garrett 10 years ago
parent 574b688c1a
commit 3d9e6da720

@ -10,7 +10,7 @@
# #
# Check for the minimum supported version. # 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 if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
print "prezto: old shell detected, minimum required: $min_zsh_version" >&2 print "prezto: old shell detected, minimum required: $min_zsh_version" >&2
return 1 return 1

Loading…
Cancel
Save