summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorZach Smith <zsmith@CEN-AVL-03.local>2025-07-09 08:32:34 -0500
committerZach Smith <zsmith@CEN-AVL-03.local>2025-07-09 08:32:34 -0500
commit855ebc2fb11d271ec19dedc3f7dc6b000c59cdf0 (patch)
tree0b41a0e3b1223c7741aeba854f61b671f2af5b69 /zsh
parent9fe295899b3ef5c66ad00b69de082988a8586465 (diff)
parentd6c382e9a65b98f31543afa604ff5185a467a725 (diff)
Merge branch 'master' into macmac
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 6982822..11b66e8 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -95,5 +95,7 @@ fi
autoload -Uz compinit
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
+zstyle ':completion:*' hosts off
+
#zprof
export PATH="/opt/homebrew/opt/rustup/bin:$PATH"