Skip to content

Commit

Permalink
Disable check for update that fails on Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
quezo committed Sep 8, 2020
1 parent 708ea42 commit 95150d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ if [[ -z "$ZSH_CACHE_DIR" ]]; then
fi

# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
source $ZSH/tools/check_for_upgrade.sh
fi
# IMPORTANT: Disabled because of failure to install on Docker.
# if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
# source $ZSH/tools/check_for_upgrade.sh
# fi

# Initializes Oh My Zsh

Expand Down

0 comments on commit 95150d7

Please sign in to comment.