mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
commit
77ca980bfa
1 changed files with 4 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ compdef _symfony2 app/console
|
||||||
compdef _symfony2 sf
|
compdef _symfony2 sf
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias sf2='php app/console'
|
alias sf='php app/console'
|
||||||
alias sf2clear='php app/console cache:clear'
|
alias sfcl='php app/console cache:clear'
|
||||||
|
alias sfroute='php app/console router:debug'
|
||||||
|
alias sfgb='php app/console generate:bundle'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue