Skip to content
Stephen Lucero edited this page Sep 19, 2013 · 1 revision

Enabling the autocompletion in ZSH may be accomplished by adding the following to your ~/.zshrc file or other shell start-up files:

autoload -U bashcompinit
bashcompinit
source ~/.twig/twig-completion.bash

Make sure you also run twig init-completion to ensure the completion script is added.

Clone this wiki locally