take "+ tab" out of the monospaced codeword (#13730)

* take "+ tab" out of the monospaced codeword

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Max Juchheim 2021-11-19 21:49:44 +09:00 committed by GitHub
parent f4ab5d173e
commit 93fe0d15dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ 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. After that, type `source ~/.zshrc` to bring the changes.
To test whether it is successful, type `docker ps + tab`.
To test whether it is successful, type `docker ps` and then press the **Tab** key.
```shell
plugins=(... docker docker-compose)