summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-23 17:12:19 -0700
committerRobby Russell <robby@planetargon.com>2009-09-23 17:12:19 -0700
commit00a190bc017283ef8ab8c725c5f9fe93f030e31e (patch)
tree69e3a2f073ef002eb3f4148aa056cd442d7fa484 /templates/zshrc.zsh-template
parent700a3f0badf89fc9bb5a8f54b5fd2e14aed2823d (diff)
downloadzsh-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-template3
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...