Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 392 Bytes

symfony.plugin.zsh

This is an Oh My Zsh plugin for autocompleting Symfony commands.

Autocompletions available for given prefixes:

  • bin/console
  • sf

Install

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/Akollade/symfony.plugin.zsh.git symfony

Edit ~/.zshrc to enable the plugin:

plugins=(... symfony)