mirror of https://github.com/ohmyzsh/ohmyzsh.git
Symfony2 plugin autocomplete for app/console and bin/console
parent
677d8b1a21
commit
8d2dd8cc6a
|
@ -13,6 +13,8 @@ _symfony2 () {
|
|||
}
|
||||
|
||||
compdef _symfony2 '`_symfony_console`'
|
||||
compdef _symfony2 'app/console'
|
||||
compdef _symfony2 'bin/console'
|
||||
compdef _symfony2 sf
|
||||
|
||||
#Alias
|
||||
|
|
Loading…
Reference in New Issue