mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
installer: Set min zsh version to 5.8 (#696)
This commit is contained in:
parent
091ddfeee5
commit
8a7257a8e5
|
|
@ -58,7 +58,7 @@ echo_error() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check_dependencies() {
|
check_dependencies() {
|
||||||
zsh_min_version=5.5
|
zsh_min_version=5.8
|
||||||
if ! zsh -sfc \
|
if ! zsh -sfc \
|
||||||
'autoload is-at-least;
|
'autoload is-at-least;
|
||||||
is-at-least $1 $ZSH_VERSION' "$zsh_min_version"; then
|
is-at-least $1 $ZSH_VERSION' "$zsh_min_version"; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue