From 92d9ae54d326fdeaf1e2717ee36a6cb1c156d040 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Mon, 23 Nov 2020 17:53:52 +0100 Subject: [PATCH] Disabled automatic updates for oh-my-zsh --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3e50897..d6cc11a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -25,10 +25,10 @@ ZSH_THEME="agnoster" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment the following line to automatically update without prompting. -# DISABLE_UPDATE_PROMPT="true" +DISABLE_UPDATE_PROMPT="true" # Uncomment the following line to change how often to auto-update (in days). # export UPDATE_ZSH_DAYS=13