1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

added two aliases to Symfony2 Plugin

This commit is contained in:
Daniel Gomes 2012-10-05 21:12:40 +01:00
parent 73f7770537
commit e3de97ca89

View file

@ -10,4 +10,8 @@ _symfony2 () {
fi
}
compdef _symfony2 app/console
compdef _symfony2 app/console
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'