diff options
author | Robby Russell <robby@planetargon.com> | 2013-04-23 19:45:15 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-04-23 19:45:15 -0700 |
commit | 78bb69968d10299994bd57de6fb1c2da6c342c1d (patch) | |
tree | e1d92ba81fa7abf9f3a2b11e853aefcccf9dc236 /templates | |
parent | bba45753ca55ff0cec8a82e620d92368fe1e85d5 (diff) | |
parent | 52dc3b99f9963576f50ba87a46953e92591e4d7d (diff) | |
download | zsh-78bb69968d10299994bd57de6fb1c2da6c342c1d.tar.gz zsh-78bb69968d10299994bd57de6fb1c2da6c342c1d.tar.bz2 zsh-78bb69968d10299994bd57de6fb1c2da6c342c1d.zip |
Merge pull request #1734 from cborgia/master
simple grammar change in template file
Diffstat (limited to 'templates')
-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 58f193550..55980fb08 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -17,7 +17,7 @@ ZSH_THEME="robbyrussell" # Comment this out to disable bi-weekly auto-update checks # DISABLE_AUTO_UPDATE="true" -# Uncomment to change how many often would you like to wait before auto-updates occur? (in days) +# Uncomment to change how often before auto-updates occur? (in days) # export UPDATE_ZSH_DAYS=13 # Uncomment following line if you want to disable colors in ls |