From a6e50db5bae4c053084bb875f999ab779f2fa1cc Mon Sep 17 00:00:00 2001 From: Trevor Wennblom Date: Mon, 6 Feb 2012 20:18:56 -0600 Subject: [PATCH] suggest DISABLE_UPDATE_PROMPT in .zshrc --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index e52553241..0fba09fd1 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -17,6 +17,9 @@ ZSH_THEME="robbyrussell" # Comment this out to disable weekly auto-update checks # DISABLE_AUTO_UPDATE="true" +# Comment this out to automatically approve of updates without prompt +# DISABLE_UPDATE_PROMPT="true" + # Uncomment following line if you want to disable colors in ls # DISABLE_LS_COLORS="true"