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