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

Added sf Symfony2 binary alias

This commit is contained in:
Rui Marinho 2012-07-29 02:32:11 +02:00 committed by Rui Marinho
parent c2ae9e09ca
commit 6f6a3c8435

View file

@ -11,7 +11,9 @@ _symfony2 () {
}
compdef _symfony2 app/console
compdef _symfony2 sf
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'