mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Added docker completion
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
e32118ecaa
commit
631e6f4258
@ -25,6 +25,14 @@ zplugin light wfxr/forgit
|
||||
zplugin ice wait'1' lucid as'completion'
|
||||
zplugin snippet $DOTREPO/dotdrop/completion/_dotdrop-completion.zsh
|
||||
|
||||
# docker completion
|
||||
zplugin ice wait'1' lucid as'completion'
|
||||
zplugin snippet https://raw.githubusercontent.com/docker/machine/master/contrib/completion/zsh/_docker-machine
|
||||
|
||||
# docker-compose completion
|
||||
zplugin ice wait'1' lucid as'completion'
|
||||
zplugin snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
|
||||
|
||||
# syntax highlighting
|
||||
zplugin ice wait'1' lucid atinit'zpcompinit'
|
||||
zplugin light zdharma/fast-syntax-highlighting
|
||||
|
Loading…
Reference in New Issue
Block a user