Load up a local profile if available

This commit is contained in:
Jeremy Dormitzer 2019-02-07 16:53:02 -05:00
parent 7767f7c850
commit 99264daea8

View File

@ -4,6 +4,8 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.bash_local ]] && . ~/.bash_local
if [ -d ~/lola ];
then
export LOLA_HOME=~/lola/lola-server