blob: 0f22d4ec64de98f7b0dd8041c5dfc461b590d89d (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
To activate zsh-auto-dunstify, add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/zsh-auto-dunstify/auto-dunstify.plugin.zsh
EOF
}
# vim:set ts=2 sw=2 et:
|