[ZSH] Switch back docker completion

This commit is contained in:
Fabian Ising
2024-07-19 13:25:17 +02:00
committed by Fabian Ising
parent 6c15ac33e8
commit 855d94a1a6

View File

@@ -16,7 +16,9 @@ if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then
git clone https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote git clone https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote
fi 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 antidote and load plugins from `${ZDOTDIR:-~}/.zsh_plugins.txt`
source ${ZDOTDIR:-~}/.antidote/antidote.zsh source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load ${plugins_txt} ${static_file} antidote load ${plugins_txt} ${static_file}