mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
58c7c9abdc
Fixes #7589
321 B
321 B
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)