mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Added docker-compose for oh-my-zsh autocomplete
This commit is contained in:
@@ -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
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user