mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
Lower requirements down to 4.3.11 again (#1491)
There was an update with the syntax-highlighting module which fixed compatibility with 4.3.11.
This commit is contained in:
parent
fb903cb067
commit
b5d09e2da7
@ -9,7 +9,7 @@ Installation
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
Prezto will work with any recent release of Zsh, but the minimum required
|
Prezto will work with any recent release of Zsh, but the minimum required
|
||||||
version is 4.3.17.
|
version is 4.3.11.
|
||||||
|
|
||||||
1. Launch Zsh:
|
1. Launch Zsh:
|
||||||
|
|
||||||
|
2
init.zsh
2
init.zsh
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Check for the minimum supported version.
|
# Check for the minimum supported version.
|
||||||
min_zsh_version='4.3.17'
|
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
|
||||||
printf "prezto: old shell detected, minimum required: %s\n" "$min_zsh_version" >&2
|
printf "prezto: old shell detected, minimum required: %s\n" "$min_zsh_version" >&2
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user