zsh: use the new zstyle syntax

This commit is contained in:
surtur 2023-08-18 15:57:10 +02:00
parent 6d39139da4
commit 32a749b963
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

10
.zshrc

@ -27,14 +27,8 @@
# sensitive completion must be off. _ and - will be interchangeable.
HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to automatically update without prompting.
DISABLE_UPDATE_PROMPT="true"
# Uncomment the following line to change how often to auto-update (in days).
UPDATE_ZSH_DAYS=3
zstyle ':omz:update' mode disabled
zstyle ':omz:update' frequency 3 # days
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"