mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
58c7c9abdc
Fixes #7589
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# DDEV plugin
|
|
|
|
This plugin adds auto-completion for [DDEV](https://www.ddev.com/), a
|
|
container-based development solution.
|
|
|
|
To use it add `ddev` to the plugins array in your zshrc file.
|
|
|
|
```zsh
|
|
plugins=(... ddev)
|
|
```
|
|
|
|
Code [originally posted by Randy Fay](https://github.com/drud/ddev/issues/327#issuecomment-624102868).
|