This is an Oh My Zsh plugin for the Symfony Console component.
Autocompletions available for given prefixes:
app/consolebin/consolesfsfdevsfxsfxdev
Edit ~/.zshrc and add:
antigen bundle prgTW/symfony.plugin.zsh
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/prgTW/symfony.plugin.zsh.git symfony
Edit ~/.zshrc to enable the plugin:
plugins=(... symfony)