I am using Yosemite OSX and when I type homestead into the terminal i keep getting command not found. here is my bash_profile, what am i doing wrong?
export composer="php /usr/bin/composer.phar"
export PATH="~/.composer/vendor/bin/:$composer:$PATH:/usr/local/bin"
I have also tried typing source ~/.bash_profile to reload my settings and nothing.