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

added two aliases to Symfony2 Plugin

parent 73f77705
......@@ -10,4 +10,8 @@ _symfony2 () {
fi
}
compdef _symfony2 app/console
\ No newline at end of file
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