This commit is contained in:
Charles-Pierre Astolfi 2014-07-13 11:47:56 -04:00
commit ecdc6e1121
53 changed files with 599 additions and 95 deletions

View file

@ -46,3 +46,6 @@ alias cdu='composer dump-autoload'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global binaries to PATH
export PATH=$PATH:~/.composer/vendor/bin