1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #3526 from DariusPHP/master

added server:run alias
This commit is contained in:
Robby Russell 2015-02-22 10:17:03 -08:00
commit e2fd99a485

View file

@ -20,6 +20,7 @@ compdef _symfony2 sf
#Alias
alias sf='`_symfony_console`'
alias sfcl='sf cache:clear'
alias sfsr='sf server:run -vvv'
alias sfcw='sf cache:warmup'
alias sfroute='sf router:debug'
alias sfcontainer='sf container:debug'