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
1. Install command:
```sh
brew install zsh-autosuggestions
```

View File

@ -5,7 +5,7 @@ set -ex
mkdir 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
./configure --enable-pcre \