summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-02-16 10:14:45 +0000
committerAndrew Stubbs2016-02-16 10:14:45 +0000
commit04d3761f017653a27d543bc0f38c4adf20b4b876 (patch)
tree88432933315cdccb3f8ea869ccfa4b32fa60854e
parent1eb6679dc67db66b2ed47f703db17c41404576e6 (diff)
downloadaur-04d3761f017653a27d543bc0f38c4adf20b4b876.tar.gz
Bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--zsh-autosuggestions.install1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5bfb2497e9..6e87f256af43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 13:55:50 UTC 2016
+# Tue Feb 16 10:12:04 UTC 2016
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish shell like fast/unobtrusive autosuggestions for zsh
- pkgver = 0.2.1.119.76f415b
+ pkgver = 0.2.1.123.45ab49d
pkgrel = 1
url = https://github.com/tarruda/zsh-autosuggestions
install = zsh-autosuggestions.install
diff --git a/PKGBUILD b/PKGBUILD
index fce28c60ba2f..194e6046ee86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name='zsh-autosuggestions'
pkgname="${_name}-git"
-pkgver=0.2.1.119.76f415b
+pkgver=0.2.1.123.45ab49d
pkgrel=1
pkgdesc='Fish shell like fast/unobtrusive autosuggestions for zsh'
url='https://github.com/tarruda/zsh-autosuggestions'
diff --git a/zsh-autosuggestions.install b/zsh-autosuggestions.install
index 2d0b4180a855..6c0e617cc1b4 100644
--- a/zsh-autosuggestions.install
+++ b/zsh-autosuggestions.install
@@ -1,4 +1,5 @@
post_install() {
echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc:
+ # This must be sourced before zsh-syntax-highlighting
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
}