diff --git a/bash/profile_snippet b/bash/profile_snippet new file mode 100644 index 0000000..11d6cb2 --- /dev/null +++ b/bash/profile_snippet @@ -0,0 +1,3 @@ +for partial in $(ls ~/.bash.d/*.sh); do + source $partial +done