mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
add some alias to symfony2.plugin
This commit is contained in:
parent
357ab4912b
commit
ce6944e8b9
1 changed files with 6 additions and 1 deletions
|
|
@ -17,5 +17,10 @@ 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'
|
||||
|
||||
alias sfddd='php app/console doctrine:database:drop'
|
||||
alias sfddc='php app/console doctrine:database:create'
|
||||
alias sfdsd='php app/console doctrine:schema:drop'
|
||||
alias sfdsc='php app/console doctrine:schema:create'
|
||||
alias sfdsu='php app/console doctrine:schema:update'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue