Make it easier to copy necessary snippet into .bash_profile

This commit is contained in:
2018-03-22 16:07:02 -04:00
parent b138c57d95
commit 20d5835bb5

3
bash/profile_snippet Normal file
View File

@ -0,0 +1,3 @@
for partial in $(ls ~/.bash.d/*.sh); do
source $partial
done