diff options
author | Robby Russell <robby@planetargon.com> | 2013-09-18 23:38:50 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-09-18 23:38:50 -0700 |
commit | 19e1a3e1ef203f3cb7f6be85a1069eee994a849a (patch) | |
tree | a6fbb36e6a9a627a02d8cf503d00ffdfae26f654 | |
parent | a712579a2a77dfc6a7a3fe258141e652b42765fb (diff) | |
parent | 9d2b5c841e251840d7965163f4eb9797bc0db49f (diff) | |
download | zsh-19e1a3e1ef203f3cb7f6be85a1069eee994a849a.tar.gz zsh-19e1a3e1ef203f3cb7f6be85a1069eee994a849a.tar.bz2 zsh-19e1a3e1ef203f3cb7f6be85a1069eee994a849a.zip |
Merge pull request #2093 from zdevex/fixCommentsInTemplate
Fixed comments in zshrc.zsh-template about disabling auto updates.
-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) |