Created
January 7, 2021 22:08
-
-
Save vitormil/80be5304b319a1b45b3bd1f5716fb812 to your computer and use it in GitHub Desktop.
docker zsh autocomplete (for macOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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