Merge pull request #1678 from lesmyrmidons/symfony2

Symfony2
This commit is contained in:
Robby Russell 2013-04-07 18:57:21 -07:00
commit 77ca980bfa

View File

@ -14,6 +14,8 @@ compdef _symfony2 app/console
compdef _symfony2 sf
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'
alias sf='php app/console'
alias sfcl='php app/console cache:clear'
alias sfroute='php app/console router:debug'
alias sfgb='php app/console generate:bundle'