After installing Heroku Toolbelt, in terminal on Mac when trying to run the following command:
heroku
I get the error:
bash: he
I am using zsh which didn't have snap in its path. So just add this in ~/.zshrc.
snap
~/.zshrc
export PATH=$PATH:/snap/bin