[zsh] Disable SSH complete from hosts file

This commit is contained in:
Fabian Ising
2024-02-28 11:52:27 +01:00
parent 619c86e1c8
commit 777a1eeacb

View File

@@ -17,6 +17,7 @@ if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then
fi
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}