summarylogtreecommitdiffstats
path: root/zsh-autopair-git.install
diff options
context:
space:
mode:
authorSebastian Reuße2015-12-13 11:26:15 +0100
committerSebastian Reuße2015-12-13 11:31:06 +0100
commit2b53f2293f76728547d04a257521aef1174c465d (patch)
tree29d950782dfe3c3fa5b48b2e38079f6e76513a2b /zsh-autopair-git.install
downloadaur-2b53f2293f76728547d04a257521aef1174c465d.tar.gz
Init.
Diffstat (limited to 'zsh-autopair-git.install')
-rw-r--r--zsh-autopair-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh-autopair-git.install b/zsh-autopair-git.install
new file mode 100644
index 000000000000..81abbbfdcb9d
--- /dev/null
+++ b/zsh-autopair-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ cat <<<"
+To use, source the library from your .zshrc:
+
+ source /usr/share/zsh/plugins/zsh-autopair/autopair.zsh
+
+The example key bindings are also found there:
+
+ source /usr/share/zsh/plugins/zsh-autopair/example-bindings.zsh
+"
+}