Add loading the shared RC config if it exists.

This commit is contained in:
2026-03-23 12:17:20 -07:00
parent 68fea2f314
commit abc56b57cd

View File

@@ -549,6 +549,10 @@ alias prod-backup="pull_prod_backups"
alias pull-prod="pull_prod_backups"
alias prod-pull="pull_prod_backups"
if [ -f ~/.rc_shared ]; then
. ~/.rc_shared
fi
# Complete!
PROG="$(basename -- "${BASH_SOURCE[0]}")"
echo "'$PROG' completed!"