From 99264daea8011c34c2ecbdce6c77b3dfb03709b9 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 7 Feb 2019 16:53:02 -0500 Subject: [PATCH] Load up a local profile if available --- bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index 9852e7c..8fc4369 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -4,6 +4,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +[[ -f ~/.bash_local ]] && . ~/.bash_local + if [ -d ~/lola ]; then export LOLA_HOME=~/lola/lola-server