0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Simplification name aliases and adding new alias

This commit is contained in:
lesmyrmidons 2013-03-29 13:35:35 +01:00
parent b8b241f630
commit fc67399843

View file

@ -14,6 +14,8 @@ compdef _symfony2 app/console
compdef _symfony2 sf
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'
alias sfc='php app/console'
alias sfcl='php app/console cache:clear'
alias sfcroute='php app/console router:debug'
alias sfcgb='php app/console generate:bundle'