chpwd() {
	has glow || return 0
	find $PWD -maxdepth 1  -iname 'readme.md' -exec glow {} \;
}
