summarylogtreecommitdiffstats
path: root/zsh-auto-notify.install
diff options
context:
space:
mode:
authorDean Wallace2019-07-18 00:18:41 +0100
committerDean Wallace2019-07-18 00:18:41 +0100
commit7e1ffe7989e1f5bc58f87d2030b93742a7f0a2ce (patch)
tree8e404749f7c822cf803a01c0cf8ccc172325ff8c /zsh-auto-notify.install
downloadaur-7e1ffe7989e1f5bc58f87d2030b93742a7f0a2ce.tar.gz
first
Diffstat (limited to 'zsh-auto-notify.install')
-rw-r--r--zsh-auto-notify.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh-auto-notify.install b/zsh-auto-notify.install
new file mode 100644
index 000000000000..f521064168ce
--- /dev/null
+++ b/zsh-auto-notify.install
@@ -0,0 +1,8 @@
+post_install() {
+ cat << EOF
+To activate zsh-auto-notify, add the following line at the end of ~/.zshrc:
+ source /usr/share/zsh/plugins/zsh-auto-notify/auto-notify.plugin.zsh
+EOF
+}
+
+# vim:set ts=2 sw=2 et: