mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 09:48:06 +02:00
added two aliases to Symfony2 Plugin
This commit is contained in:
@ -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'
|
Reference in New Issue
Block a user