From d6c382e9a65b98f31543afa604ff5185a467a725 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 8 Jul 2025 16:02:09 -0500 Subject: Ignore hosts file in zsh completion --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index f8fdac5..c25f285 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -91,4 +91,6 @@ fi autoload -Uz compinit compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION" +zstyle ':completion:*' hosts off + #zprof -- cgit v1.2.3