summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-08 16:02:09 -0500
committerzachir <zachir@librem.one>2025-07-08 16:02:09 -0500
commitd6c382e9a65b98f31543afa604ff5185a467a725 (patch)
tree3743d66dee67c966d73b54bf7d43810d03a83245
parent8fa82b7d4bf461bdeb5559214ed51199c945b3da (diff)
Ignore hosts file in zsh completionHEADmaster
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
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