1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
This commit is contained in:
Matt Hamilton 2018-03-29 23:43:02 +00:00 committed by GitHub
commit 845d578885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# Zim initializition
#
autoload -Uz is-at-least
autoload -UzR is-at-least
if ! is-at-least 5.2; then
print "ERROR: Zim didn't start. You're using zsh version ${ZSH_VERSION}, and versions < 5.2 are not supported. Update your zsh." >&2
return 1