Disable oh-my-zsh auto update

This commit is contained in:
Kevin Cotugno 2019-10-30 19:10:38 -07:00
parent 2b5ba75b2d
commit 21895d2da8

1
.zshrc
View File

@ -6,6 +6,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
export ZSH="$oh_my_zsh"
export ZSH_THEME="$theme"
export DISABLE_UPDATE_PROMPT=true
plugins=(git)
source "$oh_my_zsh/oh-my-zsh.sh"