Load up a local profile if available
This commit is contained in:
parent
7767f7c850
commit
99264daea8
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
[[ -f ~/.bash_local ]] && . ~/.bash_local
|
||||||
|
|
||||||
if [ -d ~/lola ];
|
if [ -d ~/lola ];
|
||||||
then
|
then
|
||||||
export LOLA_HOME=~/lola/lola-server
|
export LOLA_HOME=~/lola/lola-server
|
||||||
|
Loading…
Reference in New Issue
Block a user