mirror of https://github.com/docker/docs.git
parent
1afc58ea2b
commit
1aea9be70c
|
@ -35,7 +35,7 @@ Completion is available upon next login.
|
|||
|
||||
### Zsh
|
||||
|
||||
Place the completion script in your a `completion` file within the ZSH
|
||||
Place the completion script in a `completion` directory within the ZSH
|
||||
configuration directory, such as `~/.zsh/completion/`.
|
||||
|
||||
```shell
|
||||
|
@ -43,7 +43,7 @@ mkdir -p ~/.zsh/completion
|
|||
curl -L https://raw.githubusercontent.com/docker/machine/v{{site.machine_version}}/contrib/completion/zsh/_docker-machine > ~/.zsh/completion/_docker-machine
|
||||
```
|
||||
|
||||
Include the directory in your `$fpath`, by adding a like the following to the
|
||||
Include the directory in your `$fpath`, by adding a line like the following to the
|
||||
`~/.zshrc` configuration file.
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue