From c59acdaf21d22d4afd25faf9f6fb562864de0946 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 11 Mar 2018 23:37:12 -0400 Subject: Adds .bash_profile --- bash/.bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash/.bash_profile diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..6d8c25b --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,4 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc -- cgit v1.1