aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortastytea <gentoo@tastytea.de>2024-01-03 11:39:35 +0100
committertastytea <gentoo@tastytea.de>2024-01-03 11:39:35 +0100
commit202b28659a0d7d8ebe54fc3492a384d1182dc0d8 (patch)
tree5509ab997d28331604e6aa31b959bff9e29167f0 /app-shells
parentgames-rpg/open-adventure: add 1.17 (diff)
downloadguru-202b28659a0d7d8ebe54fc3492a384d1182dc0d8.tar.gz
guru-202b28659a0d7d8ebe54fc3492a384d1182dc0d8.tar.bz2
guru-202b28659a0d7d8ebe54fc3492a384d1182dc0d8.zip
app-shells/zsh-history-substring-search: fix readme
Closes: https://bugs.gentoo.org/921250 Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild4
-rw-r--r--app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
index 6222970da..53b13c6b8 100644
--- a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ RDEPEND="app-shells/zsh"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. /usr/share/zsh/site-functions/async.zsh
+. /usr/share/zsh/site-functions/zsh-history-substring-search.zsh
at the end of your ~/.zshrc"
src_install() {
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
index 6222970da..53b13c6b8 100644
--- a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ RDEPEND="app-shells/zsh"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. /usr/share/zsh/site-functions/async.zsh
+. /usr/share/zsh/site-functions/zsh-history-substring-search.zsh
at the end of your ~/.zshrc"
src_install() {