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