summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-03-04 11:40:39 +0000
committerAndrew Stubbs2016-03-04 11:40:39 +0000
commitcd3930c2ba466da953684371a7012052c2481f02 (patch)
treeb92a948825ff06ff94c85b74e11f603498a71373
parent8a2f4800e3ed414cfd349ab50fcbc09273f63a71 (diff)
downloadaur-cd3930c2ba466da953684371a7012052c2481f02.tar.gz
Setting ZSH_AUTOSUGGEST_CLEAR_WIDGETS no longer needed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--zsh-autosuggestions.install5
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8f24f50a03..5443073678c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 09:09:24 UTC 2016
+# Fri Mar 4 11:39:24 UTC 2016
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = v0.2.16.r1.g985de56
+ pkgver = v0.2.17.r0.gf0a7455
pkgrel = 1
url = https://github.com/zsh-users/zsh-autosuggestions
install = zsh-autosuggestions.install
diff --git a/PKGBUILD b/PKGBUILD
index 7dd0e31c3629..e59280a746cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=v0.2.16.r1.g985de56
+pkgver=v0.2.17.r0.gf0a7455
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
url='https://github.com/zsh-users/zsh-autosuggestions'
diff --git a/zsh-autosuggestions.install b/zsh-autosuggestions.install
index 1becb740185e..2d0b4180a855 100644
--- a/zsh-autosuggestions.install
+++ b/zsh-autosuggestions.install
@@ -1,7 +1,4 @@
post_install() {
echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc:
- source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
-
- # Add history-substring-search-* widgets to list of widgets that clear the autosuggestion
- ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down)"
+ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
}