From 0814ed539ab0d91149d6f8b8d992c447bae84e86 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 18 Dec 2023 14:34:40 +0100 Subject: [PATCH] [zsh] Fix docker completion --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 2799a67..52769e0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -16,6 +16,7 @@ if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then git clone https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote fi +zstyle ':omz:plugins:docker' legacy-completion yes # source antidote and load plugins from `${ZDOTDIR:-~}/.zsh_plugins.txt` source ${ZDOTDIR:-~}/.antidote/antidote.zsh antidote load ${plugins_txt} ${static_file}