Disable auto oh-my-zsh updating

This commit is contained in:
Kevin Cotugno 2020-05-21 19:23:23 -07:00
parent 26e2e7256e
commit c2231a7c1e

3
.zshrc
View File

@ -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