diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-23 17:12:19 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-23 17:12:19 -0700 |
commit | 00a190bc017283ef8ab8c725c5f9fe93f030e31e (patch) | |
tree | 69e3a2f073ef002eb3f4148aa056cd442d7fa484 /templates/zshrc.zsh-template | |
parent | 700a3f0badf89fc9bb5a8f54b5fd2e14aed2823d (diff) | |
download | zsh-00a190bc017283ef8ab8c725c5f9fe93f030e31e.tar.gz zsh-00a190bc017283ef8ab8c725c5f9fe93f030e31e.tar.bz2 zsh-00a190bc017283ef8ab8c725c5f9fe93f030e31e.zip |
Oh My Zsh gets a weekly auto-updater... the future is now!
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r-- | templates/zshrc.zsh-template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index b8da51428..787dc3d09 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ export ZSH_THEME="robbyrussell" +# Comment this out to disable weekly auto-update checks +# export DISABLE_AUTO_UPDATE="false" + source $ZSH/oh-my-zsh.sh # Customize to your needs... |