Unverified Commit f362b69d authored by Yuan Liu's avatar Yuan Liu Committed by GitHub
Browse files

common-aliases: fix loading of is-at-least function (#6215)

parent d88fbe62
......@@ -50,6 +50,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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment