From 4e7ceb9f3291be89a572e52aa481e0af11bf85ea Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 26 May 2023 16:14:35 -0600 Subject: [PATCH] cleanup: Remove redundant autoload We already autoload this in src/start.zsh --- src/async.zsh | 1 - zsh-autosuggestions.zsh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/async.zsh b/src/async.zsh index 218eb26..b07fcc3 100644 --- a/src/async.zsh +++ b/src/async.zsh @@ -44,7 +44,6 @@ _zsh_autosuggest_async_request() { # There's a weird bug here where ^C stops working unless we force a fork # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 - autoload -Uz is-at-least is-at-least 5.8 || command true # Read the pid from the child process diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index b19cac7..c76c232 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -799,7 +799,6 @@ _zsh_autosuggest_async_request() { # There's a weird bug here where ^C stops working unless we force a fork # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 - autoload -Uz is-at-least is-at-least 5.8 || command true # Read the pid from the child process