Return to Snippet

Revision: 49440
at July 21, 2011 22:29 by janlodey


Initial Code
// in terminal - create a link to drush when in the users root folder.
echo "alias drush='/Users/jan/drush/drush'" >> ~/.bash_profile

// clear bash to use -- or you can logout and login again.
source ~/.bash_profile

Initial URL
http://echodittolabs.org/blog/2010/06/how-get-drush-working-localhost

Initial Description


Initial Title
Setup Drush in Terminal

Initial Tags


Initial Language
AppleScript