Skip to content

Instantly share code, notes, and snippets.

@vitormil
Created January 7, 2021 22:08
Show Gist options
  • Save vitormil/80be5304b319a1b45b3bd1f5716fb812 to your computer and use it in GitHub Desktop.
Save vitormil/80be5304b319a1b45b3bd1f5716fb812 to your computer and use it in GitHub Desktop.
docker zsh autocomplete (for macOS)
ln -s /Applications/Docker.app/Contents/Resources/etc/docker.zsh-completion /usr/local/share/zsh/site-functions/_docker
ln -s /Applications/Docker.app/Contents/Resources/etc/docker-compose.zsh-completion /usr/local/share/zsh/site-functions/_docker-compose
echo "autoload -Uz compinit; compinit" >> .zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment