From 2e80a2fc1315d9da51555e4c7359f115a9dbf4c7 Mon Sep 17 00:00:00 2001 From: benj Date: Tue, 20 Mar 2018 02:09:27 -0700 Subject: Basic setup for *nix and macOS --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..39575e2 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +source ~/.setup/.bash_profile.local -- cgit v1.2.3