"plugins/vscode:/vscode.git/clone" did not exist on "0950f9c56da1f22bbddc45cf179a80a712908b19"
Commit f6efd17d authored by Clement Girault's avatar Clement Girault
Browse files
parents 715be619 ed990f61
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment