Merge pull request #7404 from sasidhar/patch-1

Added setup instructions for oh-my-zsh
This commit is contained in:
paigehargrave 2019-01-17 11:21:02 -05:00 committed by GitHub
commit 776e10040d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -52,6 +52,18 @@ completion.
### Zsh
#### With oh-my-zsh
Add `docker` to the plugins list in `~/.zshrc`:
```shell
plugins=(
<existing-plugins> docker
)
```
#### Without oh-my-zsh
Place the completion script in your `/path/to/zsh/completion` (typically `~/.zsh/completion/`):
```shell