Skip to content

Instantly share code, notes, and snippets.

@iloveitaly
Last active February 9, 2024 12:19
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 iloveitaly/a3f5967aca46f10c8a6833393eb1d2e5 to your computer and use it in GitHub Desktop.
Save iloveitaly/a3f5967aca46f10c8a6833393eb1d2e5 to your computer and use it in GitHub Desktop.
# make sure you execute this *after* asdf or other version managers are loaded
# the default docker completion is not as advanced as this one, you'll want to remove it:
# rm $(brew --prefix)/share/zsh/site-functions/_docker
# https://github.com/docker/compose/issues/8550
if (( $+commands[docker] )); then
eval "$(docker completion zsh)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment