sudo: (whatever): command not found

Set an alias in my .zshrc as follows:

alias sudo=“PATH=$PATH:/sbin:/usr/sbin sudo”

Hacky, but it works. Thanks to everyone who contributed!