mirror of https://github.com/docker/docs.git
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:
parent
f4ab5d173e
commit
93fe0d15dd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue