diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:08:19 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:08:19 -0400 |
commit | da86ed1ae60f1d35b1b160e28286759411b4bf7d (patch) | |
tree | 4425e8497f1c4b2f61296037a504b400e086b633 | |
parent | 34f49197cdf0882a5f1e6312c841818612bfdd4a (diff) |
No oh-my-zsh auto upgrade.
-rwxr-xr-x | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |