conf2/zsh/.oh-my-zsh/plugins/docker
2019-10-24 21:09:05 +02:00
..
_docker add oh-my-zsh to local user config 2019-01-12 16:47:23 +01:00
README.md update oh my zsh 2019-10-24 21:09:05 +02:00

Docker plugin

This plugin adds auto-completion for docker.

To use it add docker to the plugins array in your zshrc file.

plugins=(... docker)

A copy of the completion script from the docker/cli git repo: https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker