diff --git a/home/.zshrc b/home/.zshrc index 02a0814..4677867 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -27,14 +27,9 @@ ZSH_THEME="" # Case-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). -export UPDATE_ZSH_DAYS=1 +zstyle ':omz:update' verbose silent # only errors +zstyle ':omz:update' mode auto +zstyle ':omz:update' frequency 30 # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS=true