Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codetit4n/e32c74126f60231a63d24ab8a2a14b2a to your computer and use it in GitHub Desktop.
Save codetit4n/e32c74126f60231a63d24ab8a2a14b2a to your computer and use it in GitHub Desktop.
Zsh docker completion

Docker Completion for Zsh (Official)

  • mkdir -p ~/.oh-my-zsh/plugins/docker/
  • curl -fLo ~/.oh-my-zsh/plugins/docker/_docker https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker
  • Add docker to plugins section in ~/.zshrc
  • exec zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment