From 914b65a262fb321cd730c4f638b93d5d3f60d693 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Sat, 25 Feb 2017 23:12:13 -0500 Subject: [PATCH] .bash_profile initial commit --- run/.bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run/.bash_profile 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