ohmyzsh/plugins/ddev
Felip Manyer i Ballester 58c7c9abdc Provide completion for DDEV.
Fixes #7589
2020-05-07 21:13:58 +02:00
..
_ddev Provide completion for DDEV. 2020-05-07 21:13:58 +02:00
README.md Provide completion for DDEV. 2020-05-07 21:13:58 +02:00

DDEV plugin

This plugin adds auto-completion for DDEV, a container-based development solution.

To use it add ddev to the plugins array in your zshrc file.

plugins=(... ddev)

Code originally posted by Randy Fay.