summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-05-05 21:23:32 +0200
committerGitHub <noreply@github.com>2019-05-05 21:23:32 +0200
commitd4a3e0645bef49bfd1808aa263ecf916f79f9040 (patch)
tree1641b6c0ae10ab07f707adfd0c348425fedc5e81 /templates
parent177d11d30ecd978b68b08b86d7dabff4c3218280 (diff)
parentfbc878cb66cbe0067998034c2d2e383b2742c0de (diff)
downloadzsh-d4a3e0645bef49bfd1808aa263ecf916f79f9040.tar.gz
zsh-d4a3e0645bef49bfd1808aa263ecf916f79f9040.tar.bz2
zsh-d4a3e0645bef49bfd1808aa263ecf916f79f9040.zip
zshrc: add option to bypass update prompt (#5891)
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index bc892ff38..453daf8a2 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -26,6 +26,9 @@ ZSH_THEME="robbyrussell"
# 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=13