Skip to content

Instantly share code, notes, and snippets.

@alexandrecruz
Created November 4, 2014 23:50
Show Gist options
  • Save alexandrecruz/7641dd6f831e5cfebc53 to your computer and use it in GitHub Desktop.
Save alexandrecruz/7641dd6f831e5cfebc53 to your computer and use it in GitHub Desktop.
# Essa é a configuração para usar com o AMPPS com MySQL
export PATH="/Applications/AMPPS/php/bin:/Applications/AMPPS/mysql/bin:$PATH"
export PATH=~/.composer/vendor/bin:$PATH
# Esta aqui para voce utilizar os alias do MAMP
export PATH="/Applications/MAMP/bin/php/php5.5.10/bin:$PATH"
export PATH=~/.composer/vendor/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment