This commit is contained in:
Gregor Harlan 2017-05-20 16:26:26 +00:00 committed by GitHub
commit 32db991761

View file

@ -19,6 +19,9 @@ compdef _symfony2 sf
#Alias
alias sf='`_symfony_console`'
alias sfp='SYMFONY_ENV=prod sf'
alias sfd='SYMFONY_ENV=dev sf'
alias sft='SYMFONY_ENV=test sf'
alias sfcl='sf cache:clear'
alias sfsr='sf server:run -vvv'
alias sfcw='sf cache:warmup'