summarylogtreecommitdiffstats
path: root/zsh-extract-git.install
diff options
context:
space:
mode:
authorAndrii Burkivskyi2019-12-19 07:06:28 +0100
committerAndrii Burkivskyi2019-12-19 07:06:28 +0100
commit5fa6ae75f7fdd17d614a99dda83dac1f5866dbc6 (patch)
treea9e78a2e68b1b9ea278736f5802dffa3a41317ca /zsh-extract-git.install
downloadaur-5fa6ae75f7fdd17d614a99dda83dac1f5866dbc6.tar.gz
added sources
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
+"
+}