summarylogtreecommitdiffstats
path: root/oh-my-zsh-git.install
blob: 3e528edf05776859d7fbd959e4ebebe7b4219172 (plain)
1
2
3
4
5
6
7
post_install () {
	echo "You have to execute 'cp /usr/share/oh-my-zsh/zshrc ~/.zshrc' to use it."
}

post_remove () {
	echo "Please remove ~/.zshrc to avoid errors."
}