Add a bash_profile

This commit is contained in:
Michael Campagnaro 2017-02-05 21:12:05 -05:00
parent 93332412d6
commit 78a36634cb

3
bash_profile Normal file
View File

@ -0,0 +1,3 @@
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc