mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
common-aliases: fix loading of is-at-least function (#6215)
This commit is contained in:
parent
d88fbe625f
commit
f362b69df6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue