Modify With oh-my-zsh shell part (#13556)

* Modify With oh-my-zsh shell part

Tell user how to open the file and test whether it is successful.

* Update completion.md

Remove references to specific editors

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Jenny Wu 2021-10-05 02:19:32 +11:00 committed by GitHub
parent 93b0f67357
commit d96b8f559c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ Make sure you have [installed `oh-my-zsh`](https://ohmyz.sh/) on your computer.
Add `docker` and `docker-compose` to the plugins list in `~/.zshrc` to run
autocompletion within the oh-my-zsh shell. In the following example, `...`
represent other Zsh plugins you may have installed.
represent other Zsh plugins you may have installed. After that, type `source ~/.zshrc` to bring the changes.
To test whether it is successful, type `docker ps + tab`.
```shell
plugins=(... docker docker-compose)