summarylogtreecommitdiffstats
path: root/zsh-git-prompt-hs-git.install
blob: a1980c58be4b573a2089794628490072a5967779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo ""
	echo "	The plugin was installed to /usr/share/zsh/plugins/zsh-git-prompt"
	echo "	To use it, source the file \"zshrc.sh\" inside the directory above in your zsrhc"
	echo "	You must also set the GIT_PROMPT_EXECUTABLE=\"haskell\" env variable"
	echo ""
}

post_upgrade() {
	post_install
}