From c1c989b010a5904b10ec8ce0f184ca12ea74be21 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Fri, 26 Dec 2025 20:06:22 -0500 Subject: [PATCH] Dotfiles update 2025-12-26 20:06 --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 18d6343..fffd2d6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -57,8 +57,10 @@ zstyle ':omz:update' frequency 13 COMPLETION_WAITING_DOTS="true" HIST_STAMPS="yyyy-mm-dd" -# Disable oh-my-zsh auto-update check on every load (slow) +# Disable oh-my-zsh auto-update check on every load (slow) etc. DISABLE_AUTO_UPDATE="true" +DISABLE_MAGIC_FUNCTIONS="true" +DISABLE_COMPFIX="true" # ============================================================================ # Plugins - Optimized Selection