summarylogtreecommitdiffstats
path: root/zsh-auto-notify.install
blob: f521064168ce48df3b299d25984d479bdbb6a8c1 (plain)
1
2
3
4
5
6
7
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: