[ZSH] Switch back docker completion

This commit is contained in:
Fabian Ising
2024-07-19 13:25:17 +02:00
parent 696a8e7250
commit e2e61cd55c

View File

@@ -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