From f87ded6f168c156b3bc71a8c4733c5eeafeb311c Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Thu, 13 Mar 2025 13:49:43 -0500 Subject: Use compinit -u --- zsh/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 9acd42f..3b5f113 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -57,6 +57,10 @@ export KEYTIMEOUT=1 fpath+="$XDG_CONFIG_HOME/zsh/zfunc" +autoload -Uz compinit + +alias compinit='compinit -u' + if [ -n "$ZPLUG_INSTALLED" ]; then # zsh history substring search zplug "zsh-users/zsh-history-substring-search", as:plugin @@ -75,7 +79,6 @@ if [ -n "$ZPLUG_INSTALLED" ]; then zplug load fi -autoload -Uz compinit compinit #zprof -- cgit v1.2.3