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.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh-extract-git.install b/zsh-extract-git.install
new file mode 100644
index 000000000000..7ed67f7b6ce1
--- /dev/null
+++ b/zsh-extract-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat<<<"
+To use, source the library from your .zshrc:
+
+ source /usr/share/zsh/plugins/zsh-extract/extract.plugin.zsh
+"
+}