mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-26 16:23:30 +01:00
Merge eb98a55bc0 into 85919cd1ff
This commit is contained in:
commit
8e31b41ecc
4 changed files with 11 additions and 10 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
## Homebrew
|
## Homebrew
|
||||||
|
|
||||||
1. Install command:
|
1. Install command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install zsh-autosuggestions
|
brew install zsh-autosuggestions
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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=(
|
||||||
|
|
|
||||||
|
|
@ -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=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue