From 74c863006829772ad4a51c39f2067cd71499821a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sun, 30 Mar 2025 20:36:11 +0200 Subject: [PATCH] Enable ZSH Autoupdate every 12 days --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index d610bf4..71af30b 100644 --- a/.zshrc +++ b/.zshrc @@ -15,10 +15,10 @@ ZSH_THEME="../../misc/Cobalt2-iterm/cobalt2" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -#DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="false" # Uncomment the following line to change how often to auto-update (in days). -export UPDATE_ZSH_DAYS=13 +export UPDATE_ZSH_DAYS=12 # Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORS="true"