From e2e61cd55c13a816de8b080945a68ef16f9aa048 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 19 Jul 2024 13:25:17 +0200 Subject: [PATCH] [ZSH] Switch back docker completion --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index aa09a09..f84ea98 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -16,7 +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 +#zstyle ':omz:plugins:docker' legacy-completion yes zstyle ':completion:*:ssh:*' hosts off # source antidote and load plugins from `${ZDOTDIR:-~}/.zsh_plugins.txt` source ${ZDOTDIR:-~}/.antidote/antidote.zsh