From b42980ddda085d062b6f89854b772de6c084d695 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 13 Apr 2021 15:56:01 -0400 Subject: [PATCH] add .bash_profile --- dot_bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_bash_profile diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..b45e64f --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,6 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi