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