Commit e3de97ca authored by Daniel Gomes's avatar Daniel Gomes
Browse files

added two aliases to Symfony2 Plugin

parent 73f77705
...@@ -11,3 +11,7 @@ _symfony2 () { ...@@ -11,3 +11,7 @@ _symfony2 () {
} }
compdef _symfony2 app/console compdef _symfony2 app/console
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment