summarylogtreecommitdiffstats
path: root/reload-environment-variables.install
blob: e2832f8426b962b2e6afa5bf0e121dcd053830e5 (plain)
1
2
3
4
5
6
post_install() {
	tput bold
	echo "To apply the changes you need to"
	echo "restart your computer or relogin."
	tput sgr0
}