1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-16 05:55:18 +02:00

zshrc: add option to bypass update prompt ()

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

@ -26,6 +26,9 @@ ZSH_THEME="robbyrussell"
# Uncomment the following line to disable bi-weekly auto-update checks. # 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"
# Uncomment the following line to change how often to auto-update (in days). # Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13 # export UPDATE_ZSH_DAYS=13