Unverified Commit d4a3e064 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

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

parents 177d11d3 fbc878cb
...@@ -26,6 +26,9 @@ ZSH_THEME="robbyrussell" ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment