From c2231a7c1e49f81944fafdeb7721d7dd7ab90c93 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 21 May 2020 19:23:23 -0700 Subject: [PATCH] Disable auto oh-my-zsh updating --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index f63b1aa..e7ba18f 100644 --- a/.zshrc +++ b/.zshrc @@ -1,9 +1,8 @@ oh_my_zsh="$HOME/.oh-my-zsh" if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then - export ZSH="$oh_my_zsh" - export DISABLE_UPDATE_PROMPT=true + export DISABLE_AUTO_UPDATE=true export ZSH_TMUX_AUTOSTART=true if (( !${+ZSH_THEME} )); then