diff options
author | Marco Zühlke <mzuehlke@gmail.com> | 2019-10-18 23:52:26 +0200 |
---|---|---|
committer | Marco Zühlke <mzuehlke@gmail.com> | 2019-10-18 23:52:26 +0200 |
commit | 166719c0abecbcea418f2fc1db2939ed811971d4 (patch) | |
tree | 525b881c11437fecb86e62f13b985bc98f638225 /plugins/docker | |
parent | 74165aba4ad500e6467973c5037e1379c55e9560 (diff) | |
download | zsh-166719c0abecbcea418f2fc1db2939ed811971d4.tar.gz zsh-166719c0abecbcea418f2fc1db2939ed811971d4.tar.bz2 zsh-166719c0abecbcea418f2fc1db2939ed811971d4.zip |
Format docker Readme like the other plugins.
Diffstat (limited to 'plugins/docker')
-rw-r--r-- | plugins/docker/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md index e91798485..f7e5b8fe4 100644 --- a/plugins/docker/README.md +++ b/plugins/docker/README.md @@ -1,5 +1,13 @@ ## Docker autocomplete plugin +This plugin adds auto-completion for docker. + +To use it add `docker` to the plugins array in your zshrc file. + +```zsh +plugins=(... docker) +``` + A copy of the completion script from the [docker/cli](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker) git repo. |