summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-07-16 09:08:19 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-07-16 09:08:19 -0400
commitda86ed1ae60f1d35b1b160e28286759411b4bf7d (patch)
tree4425e8497f1c4b2f61296037a504b400e086b633 /zshrc
parent34f49197cdf0882a5f1e6312c841818612bfdd4a (diff)
No oh-my-zsh auto upgrade.
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 509ac31..bfc4107 100755
--- a/zshrc
+++ b/zshrc
@@ -6,6 +6,9 @@ if [[ -f $HOME/.zshrc.local ]]; then
source $HOME/.zshrc.local
fi
+# Don't upgrade oh-my-zsh automatically.
+DISABLE_AUTO_UPDATE="true"
+
source $HOME/dotfiles/zgen/zgen.zsh
# check if there's no init script
if ! zgen saved; then