mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Symfony2 plugin autocomplete for app/console and bin/console
This commit is contained in:
@@ -13,6 +13,8 @@ _symfony2 () {
|
||||
}
|
||||
|
||||
compdef _symfony2 '`_symfony_console`'
|
||||
compdef _symfony2 'app/console'
|
||||
compdef _symfony2 'bin/console'
|
||||
compdef _symfony2 sf
|
||||
|
||||
#Alias
|
||||
|
||||
Reference in New Issue
Block a user