Fix loading of is-at-least in common-aliases plugin

This commit is contained in:
Yuan Liu 2017-07-31 16:13:26 -07:00
parent d848c94804
commit 4e9fe38390

View File

@ -52,6 +52,7 @@ alias mv='mv -i'
# zsh is able to auto-do some kungfoo
# depends on the SUFFIX :)
autoload -Uz is-at-least
if is-at-least 4.2.0; then
# open browser on urls
if [[ -n "$BROWSER" ]]; then