mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #3892 from delphiki/sf2-plugin
Added environment based shortcuts in symfony2 plugin
This commit is contained in:
commit
dfccac312c
1 changed files with 2 additions and 0 deletions
|
@ -25,3 +25,5 @@ alias sfcw='sf cache:warmup'
|
|||
alias sfroute='sf router:debug'
|
||||
alias sfcontainer='sf container:debug'
|
||||
alias sfgb='sf generate:bundle'
|
||||
alias sfdev='sf --env=dev'
|
||||
alias sfprod='sf --env=prod'
|
||||
|
|
Loading…
Reference in a new issue