Skip to content

Instantly share code, notes, and snippets.

@uudashr
Last active December 21, 2018 13:12
Show Gist options
  • Save uudashr/2d56176c899e49eb84e3e5ac32bb7183 to your computer and use it in GitHub Desktop.
Save uudashr/2d56176c899e49eb84e3e5ac32bb7183 to your computer and use it in GitHub Desktop.
ZSH Docker Completion
# docker completion
curl -fLo ~/.zprezto/modules/completion/external/src/_docker https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker
# docker-compose completion
curl -fLo ~/.zprezto/modules/completion/external/src/_docker-compose https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment