Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 557 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 557 Bytes

Symfony2/3 console completion for Zsh

This is an Oh My Zsh plugin for the Symfony Console component.

Autocompletions available for given prefixes:

  • app/console
  • bin/console
  • sf
  • sfdev
  • sfx
  • sfxdev

Installation

Antigen

Edit ~/.zshrc and add:

antigen bundle prgTW/symfony.plugin.zsh

Oh My 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)