config/bash/profile_snippet

4 lines
63 B
Plaintext
Raw Normal View History

for partial in $(ls ~/.bash.d/*.sh); do
source $partial
done