commit 914b65a262fb321cd730c4f638b93d5d3f60d693 Author: Alexander Hosking Date: Sat Feb 25 23:12:13 2017 -0500 .bash_profile initial commit diff --git a/run/.bash_profile b/run/.bash_profile new file mode 100644 index 0000000..8c4b4d2 --- /dev/null +++ b/run/.bash_profile @@ -0,0 +1,4 @@ +for DOTFILE in `find /home/ahosking/.dotfiles` +do + [ -f "$DOTFILE" ] && source "$DOTFILE" +done