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
.
This commit is contained in:
parent
574b688c1a
commit
3d9e6da720
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue