mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-10 16:00:09 +00:00
Add alias for container:debug task
This commit is contained in:
parent
e5ed07e2b5
commit
de41dee9e4
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ compdef _symfony2 sf
|
|||
alias sf='php app/console'
|
||||
alias sfcl='php app/console cache:clear'
|
||||
alias sfroute='php app/console router:debug'
|
||||
alias sfcontainer='php app/console container:debug'
|
||||
alias sfgb='php app/console generate:bundle'
|
||||
|
||||
|
|
Loading…
Reference in a new issue