Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created October 4, 2012 05:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jehoshua02/3831644 to your computer and use it in GitHub Desktop.
Save jehoshua02/3831644 to your computer and use it in GitHub Desktop.
Bash aliases for Composer
alias composer='php composer.phar'
alias composerinit='curl -s http://getcomposer.org/installer | php; composer init; echo composer.phar >> .gitignore'
alias composerdump='composer dumpautoload --optimize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment