Simplification name aliases and adding new alias
This commit is contained in:
parent
b8b241f630
commit
fc67399843
@ -14,6 +14,8 @@ compdef _symfony2 app/console
|
|||||||
compdef _symfony2 sf
|
compdef _symfony2 sf
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias sf2='php app/console'
|
alias sfc='php app/console'
|
||||||
alias sf2clear='php app/console cache:clear'
|
alias sfcl='php app/console cache:clear'
|
||||||
|
alias sfcroute='php app/console router:debug'
|
||||||
|
alias sfcgb='php app/console generate:bundle'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user