summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2015-09-02 13:55:19 +0100
committerAndrew Stubbs2015-09-02 13:55:19 +0100
commit4a2fc6bd38c472d6c8c46e05a0d3ea4125e6af56 (patch)
treed83da4c8141752ee7bcea40a4dc8f1023f2dfb64
parent1870ed26f6bbf4a1db91efb9fd3bcef1008ffa96 (diff)
downloadaur-4a2fc6bd38c472d6c8c46e05a0d3ea4125e6af56.tar.gz
Fix install instructions.
-rw-r--r--zsh-autosuggestions.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-autosuggestions.install b/zsh-autosuggestions.install
index a1ba6d262c2d..700bed59b4a1 100644
--- a/zsh-autosuggestions.install
+++ b/zsh-autosuggestions.install
@@ -1,6 +1,6 @@
post_install() {
echo "==> To use zsh autosuggestions, include the following snippet in your .zshrc:
- source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+ source /usr/share/zsh/plugins/zsh-autosuggestions/autosuggestions.zsh
zle-line-init() {
zle autosuggest-start
}