Skip to content

Instantly share code, notes, and snippets.

@PurpleBooth
Last active August 30, 2016 12:57
Show Gist options
  • Select an option

  • Save PurpleBooth/8fc82f3b9888211b885eabc9b9ccf650 to your computer and use it in GitHub Desktop.

Select an option

Save PurpleBooth/8fc82f3b9888211b885eabc9b9ccf650 to your computer and use it in GitHub Desktop.
composer() {
mv ~/.homebrew/etc/php/7.0/conf.d/ext-xdebug.ini ~/.homebrew/etc/php/7.0/conf.d/ext-xdebug.ini-backup
command composer $@
STATUS=$?
mv ~/.homebrew/etc/php/7.0/conf.d/ext-xdebug.ini-backup ~/.homebrew/etc/php/7.0/conf.d/ext-xdebug.ini
return $STATUS
}
alias composer=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment