mirror of https://github.com/ohmyzsh/ohmyzsh.git
commit
77ca980bfa
|
@ -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…
Reference in New Issue