summarylogtreecommitdiffstats
path: root/zsh-extract-git.install
diff options
context:
space:
mode:
authorespritlibre2024-03-09 22:33:35 +0100
committerespritlibre2024-03-09 22:33:35 +0100
commitf98dcdc55d89a42cc6e3d5e6f9f4d452270f931a (patch)
treef04cef81246fad26b075b14f8afbb30a2229f936 /zsh-extract-git.install
parent43995d8e3cce676cab3c23a5a617b61d69217b85 (diff)
downloadaur-f98dcdc55d89a42cc6e3d5e6f9f4d452270f931a.tar.gz
bring this package back to life
Diffstat (limited to 'zsh-extract-git.install')
-rw-r--r--zsh-extract-git.install9
1 files changed, 4 insertions, 5 deletions
diff --git a/zsh-extract-git.install b/zsh-extract-git.install
index 7ed67f7b6ce1..db991c88ce5e 100644
--- a/zsh-extract-git.install
+++ b/zsh-extract-git.install
@@ -1,7 +1,6 @@
post_install() {
- cat<<<"
-To use, source the library from your .zshrc:
-
- source /usr/share/zsh/plugins/zsh-extract/extract.plugin.zsh
-"
+ cat << EOF
+To activate this plugin, add the following line to your sources section in your ~/.zshrc:
+ source /usr/share/zsh/plugins/zsh-extract/extract.plugin.zsh
+EOF
}