#!/usr/bin/env bash for env in $(find ~/.config/environment.d/ -type f -exec cat {} \;); \ do echo "export $env;"; \ done