Skip to content

Commit

Permalink
Disable update reminders for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Jul 25, 2023
1 parent 308d831 commit 80372f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ pg::_eachGem pg::_loadFuncs # define functions
pg::_eachGem pg::_loadScripts # add scripts to path

if [[ -n "$PS1" ]]; then # interactive shell
pg::_check_out_of_date
# Disable update reminders until at least Jan 2024.
# Unfortunately there are a group of users who cannot easily continue maintaining their gems,
# and this is the most pragmatic solution. We can consider restoring update reminders at some
# future date.
#pg::_check_out_of_date
if "${PGEM_INFO_ON_START:=false}"; then
pgem_info
fi
Expand Down

0 comments on commit 80372f6

Please sign in to comment.