Bump minimum supported Zsh to v4.3.11
This commit is contained in:
parent
28e956691c
commit
8993a8dfad
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Installation
|
|||
------------
|
||||
|
||||
Prezto will work with any recent release of Zsh, but the minimum recommended
|
||||
version is 4.3.10.
|
||||
version is 4.3.11.
|
||||
|
||||
1. Launch Zsh:
|
||||
|
||||
|
|
2
init.zsh
2
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
|
||||
|
|
Loading…
Reference in a new issue