cleanup: Remove redundant autoload

We already autoload this in src/start.zsh
This commit is contained in:
Eric Freese 2023-05-26 16:14:35 -06:00
parent 9b0272944f
commit 4e7ceb9f32
2 changed files with 0 additions and 2 deletions

View file

@ -44,7 +44,6 @@ _zsh_autosuggest_async_request() {
# There's a weird bug here where ^C stops working unless we force a fork # 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 # See https://github.com/zsh-users/zsh-autosuggestions/issues/364
autoload -Uz is-at-least
is-at-least 5.8 || command true is-at-least 5.8 || command true
# Read the pid from the child process # Read the pid from the child process

View file

@ -799,7 +799,6 @@ _zsh_autosuggest_async_request() {
# There's a weird bug here where ^C stops working unless we force a fork # 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 # See https://github.com/zsh-users/zsh-autosuggestions/issues/364
autoload -Uz is-at-least
is-at-least 5.8 || command true is-at-least 5.8 || command true
# Read the pid from the child process # Read the pid from the child process