mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Added environment based shortcuts in symfony2 plugin
This commit is contained in:
parent
cd18fa308e
commit
3bb6ab96e4
1 changed files with 2 additions and 0 deletions
|
|
@ -25,3 +25,5 @@ alias sfcw='sf cache:warmup'
|
||||||
alias sfroute='sf router:debug'
|
alias sfroute='sf router:debug'
|
||||||
alias sfcontainer='sf container:debug'
|
alias sfcontainer='sf container:debug'
|
||||||
alias sfgb='sf generate:bundle'
|
alias sfgb='sf generate:bundle'
|
||||||
|
alias dev="sf --env=dev"
|
||||||
|
alias prod="sf --env=prod"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue