[zsh] Fix docker completion
This commit is contained in:
committed by
Fabian Ising
parent
e1b640fac5
commit
d27b3c1101
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user