1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01:00

Provide completion for DDEV.

Fixes #7589
This commit is contained in:
Felip Manyer i Ballester
2020-05-07 21:13:58 +02:00
parent b876198575
commit 58c7c9abdc
2 changed files with 623 additions and 0 deletions

12
plugins/ddev/README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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).