## Load readme with glow (if available) glow() { has glow || return 0 find $PWD -maxdepth 1 -iname 'readme.md' -exec glow {} \; } ## vim: ft=zsh