diff --git a/init.zsh b/init.zsh index 0ee95ed..3893bb5 100755 --- a/init.zsh +++ b/init.zsh @@ -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