# Dotenv Loading utility function dotenv () { set -a [ -f ./.env ] && . ./.env set +a }