From 375e1e19425fd9b5a38549ce5974cba13cdffbfb Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Thu, 30 Mar 2023 20:27:45 -0500 Subject: [PATCH] Add oh-my-zsh plugins --- sh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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