if [ -z ${ENV} ]; then
  export ENV="${HOME}/.env.d";
fi

for config in "${ENV}"/*.enabled(N); do
  source "$config"
done
