diff --git a/zsh/.zshrc b/zsh/.zshrc index 46912d8..9c7b5cb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -16,7 +16,9 @@ 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 antidote load ${plugins_txt} ${static_file}