From 777a1eeacb2a6f5fb86e00c8c511b50b0a8ddabf Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 28 Feb 2024 11:52:27 +0100 Subject: [PATCH] [zsh] Disable SSH complete from hosts file --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8a7e4c0..9253066 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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}