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