0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Added environment based shortcuts in symfony2 plugin

This commit is contained in:
delphiki 2015-05-13 16:55:54 +02:00
parent 140034605e
commit a1ed87a8a1

View file

@ -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"