This commit is contained in:
a1346054 2026-01-14 23:25:44 +00:00 committed by GitHub
commit 8e31b41ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 10 deletions

View file

@ -53,6 +53,7 @@
## Homebrew ## Homebrew
1. Install command: 1. Install command:
```sh ```sh
brew install zsh-autosuggestions brew install zsh-autosuggestions
``` ```

View file

@ -5,7 +5,7 @@ set -ex
mkdir zsh-build mkdir zsh-build
cd zsh-build cd zsh-build
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION | tar xz --strip=1 curl -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION" | tar xz --strip=1
./Util/preconfig ./Util/preconfig
./configure --enable-pcre \ ./configure --enable-pcre \

View file

@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
_zsh_autosuggest_bind_widgets() { _zsh_autosuggest_bind_widgets() {
emulate -L zsh emulate -L zsh
local widget local widget
local ignore_widgets local ignore_widgets
ignore_widgets=( ignore_widgets=(

View file

@ -195,7 +195,7 @@ _zsh_autosuggest_bind_widget() {
_zsh_autosuggest_bind_widgets() { _zsh_autosuggest_bind_widgets() {
emulate -L zsh emulate -L zsh
local widget local widget
local ignore_widgets local ignore_widgets
ignore_widgets=( ignore_widgets=(