The inevitable happened and while adding/removing some utils to my path, I messed up my .bash_profile and ended up with a PATH where I couldn’t run any commands.
To recover, the default PATH on MacOS should be:
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
From here.