From 07728a34f158ac0550c17f122f461167144ecde7 Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:11:54 -0400 Subject: [PATCH] fixes --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 04879b7..bd4841b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -45,6 +45,7 @@ SOLARIZED_THEME="dark" # Uncomment the following line to use hyphen-insensitive completion. # Case-sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true" + # Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates # zstyle ':omz:update' mode auto # update automatically without asking