Enable ZSH Autoupdate every 12 days

This commit is contained in:
2025-03-30 20:36:11 +02:00
parent 18ffa36d59
commit 74c8630068

4
.zshrc
View File

@@ -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"