Fix loading of is-at-least in common-aliases plugin
This commit is contained in:
parent
d848c94804
commit
4e9fe38390
@ -52,6 +52,7 @@ alias mv='mv -i'
|
|||||||
|
|
||||||
# zsh is able to auto-do some kungfoo
|
# zsh is able to auto-do some kungfoo
|
||||||
# depends on the SUFFIX :)
|
# depends on the SUFFIX :)
|
||||||
|
autoload -Uz is-at-least
|
||||||
if is-at-least 4.2.0; then
|
if is-at-least 4.2.0; then
|
||||||
# open browser on urls
|
# open browser on urls
|
||||||
if [[ -n "$BROWSER" ]]; then
|
if [[ -n "$BROWSER" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user