summarylogtreecommitdiffstats
path: root/zsh-systemd-git.install
blob: 26a2c7bf5dbe4a9e087fb8474dd0d8fe4a2b5966 (plain)
1
2
3
4
5
6
7
8
post_install() {
	cat<<<"
To use, source the library from your .zshrc:
	
	source /usr/share/zsh/plugins/zsh-systemd/systemd.plugin.zsh
"
}