mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Added environment based shortcuts in symfony2 plugin
This commit is contained in:
parent
140034605e
commit
a1ed87a8a1
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 dev="sf --env=dev"
|
||||
alias prod="sf --env=prod"
|
||||
|
|
Loading…
Reference in a new issue