From 69e33c5425e68840ed240485484515f3f07b7d59 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 12 Nov 2024 16:42:36 +0000 Subject: [PATCH] zprofile: skip global compinit (without -u) on Ubuntu. --- zprofile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zprofile.sh b/zprofile.sh index cbaa19b..833098a 100644 --- a/zprofile.sh +++ b/zprofile.sh @@ -2,6 +2,7 @@ [ -n "$SHPROFILE_LOADED" ] || source ~/.shprofile # Enable completions and allow insecure loading +skip_global_compinit=1 autoload -U compinit && compinit -u if [ -n "$HOMEBREW_PREFIX" ]; then