From f1433b38fa5be8019bdc855f44655fb95f8f633b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 May 2014 13:05:54 +0000 Subject: Many cleaned up config files --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 00000000..67287d17 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +# include .bashrc if it exists +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi -- cgit v1.2.3