diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index b8da51428..787dc3d09 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ export ZSH_THEME="robbyrussell" +# Comment this out to disable weekly auto-update checks +# export DISABLE_AUTO_UPDATE="false" + source $ZSH/oh-my-zsh.sh # Customize to your needs... |