Last active
December 21, 2018 13:12
-
-
Save uudashr/2d56176c899e49eb84e3e5ac32bb7183 to your computer and use it in GitHub Desktop.
ZSH Docker Completion
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
# 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