.bash_profile initial commit

This commit is contained in:
Alexander Hosking 2017-02-25 23:12:13 -05:00
commit 914b65a262

4
run/.bash_profile Normal file
View File

@ -0,0 +1,4 @@
for DOTFILE in `find /home/ahosking/.dotfiles`
do
[ -f "$DOTFILE" ] && source "$DOTFILE"
done