summarylogtreecommitdiffstats
path: root/zsh-extract-git.install
diff options
context:
space:
mode:
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
}