diff --git a/sh/.zshrc b/sh/.zshrc index 3939b81..8642a4f 100644 --- a/sh/.zshrc +++ b/sh/.zshrc @@ -10,7 +10,10 @@ ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" -plugins=(git zsh-autosuggestions) +plugins=(git extract docker docker-compose zsh-autosuggestions) + +zstyle ':completion:*:*:docker:*' option-stacking yes +zstyle ':completion:*:*:docker-*:*' option-stacking yes zstyle ':omz:update' mode auto # update automatically without asking zstyle ':omz:update' frequency 14