summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
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