Added docker-compose for oh-my-zsh autocomplete

This commit is contained in:
Marijn Jansen
2019-01-29 14:09:21 +01:00
committed by GitHub
parent ca5d12fcbc
commit c69a3fad5d

View File

@@ -54,11 +54,11 @@ completion.
#### With oh-my-zsh
Add `docker` to the plugins list in `~/.zshrc`:
Add `docker` and/or `docker-compose` to the plugins list in `~/.zshrc`:
```shell
plugins=(
<existing-plugins> docker
<existing-plugins> docker docker-compose
)
```