[zsh] Disable SSH complete from hosts file
This commit is contained in:
@@ -17,6 +17,7 @@ if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then
|
|||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user