diff options
author | David Strawn <dstrawn@caanes.com> | 2013-09-14 12:26:33 -0600 |
---|---|---|
committer | David Strawn <dstrawn@caanes.com> | 2013-09-14 12:26:33 -0600 |
commit | 9d2b5c841e251840d7965163f4eb9797bc0db49f (patch) | |
tree | 09616388a3465f9372aee5421a3f5541ed3d4279 | |
parent | b51c2a0d0b0af68d4b2b70b922f7d56a14a23dcc (diff) | |
download | zsh-9d2b5c841e251840d7965163f4eb9797bc0db49f.tar.gz zsh-9d2b5c841e251840d7965163f4eb9797bc0db49f.tar.bz2 zsh-9d2b5c841e251840d7965163f4eb9797bc0db49f.zip |
Fixed comments in zshrc.zsh-template about disabling auto updates.
Previously they did not make sense nor were they accurate.
-rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d4dded73a..1dfb6998c 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -14,7 +14,7 @@ ZSH_THEME="robbyrussell" # Set to this to use case-sensitive completion # CASE_SENSITIVE="true" -# Comment this out to disable bi-weekly auto-update checks +# Uncomment this to disable bi-weekly auto-update checks # DISABLE_AUTO_UPDATE="true" # Uncomment to change how often before auto-updates occur? (in days) |