From 78a36634cb90d2296bab97a0b454db6c0e363b17 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 5 Feb 2017 21:12:05 -0500 Subject: [PATCH] Add a bash_profile --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash_profile diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..abb35c3 --- /dev/null +++ b/bash_profile @@ -0,0 +1,3 @@ +# generated by Git for Windows +test -f ~/.profile && . ~/.profile +test -f ~/.bashrc && . ~/.bashrc