zshrc: add option to bypass update prompt (#5891)

This commit is contained in:
Marc Cornellà
2019-05-05 21:23:32 +02:00
committed by GitHub

View File

@@ -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