Add zsh/oh my zsh/w10k
This commit is contained in:
11
zsh/.oh-my-zsh/plugins/docker/README.md
Normal file
11
zsh/.oh-my-zsh/plugins/docker/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Docker plugin
|
||||
|
||||
This plugin adds auto-completion for [docker](https://www.docker.com/).
|
||||
|
||||
To use it add `docker` to the plugins array in your zshrc file.
|
||||
```zsh
|
||||
plugins=(... docker)
|
||||
```
|
||||
|
||||
A copy of the completion script from the docker/cli git repo:
|
||||
https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker
|
3036
zsh/.oh-my-zsh/plugins/docker/_docker
Normal file
3036
zsh/.oh-my-zsh/plugins/docker/_docker
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user