require
This will hopefully make using `brew bundle` a little bit snappier.
PATH
We are checking `PATH` for the command too early, since the code below it mutates `PATH`. Let's defer the check to later to fix this.
Co-authored-by: Bo Anderson <mail@boanderson.me>