-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zsh): resolve missing docker completion (#49)
* remove docker_machine completion if it is no longer available on the system * update docker-completion evals to account for changing completions over time NOTE: Recent versions of Docker Desktop no longer include completions for docker_machine which were previously symlinked to enable zsh completion to function correctly. This update resolves the discrepancy.
- Loading branch information
1 parent
c45346e
commit 67b3b78
Showing
3 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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