Make it easier to copy necessary snippet into .bash_profile

This commit is contained in:
Anna Rose 2018-03-22 16:07:02 -04:00
parent b138c57d95
commit 20d5835bb5
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A

3
bash/profile_snippet Normal file
View File

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