5 lines
99 B
Bash
5 lines
99 B
Bash
|
if [ -f $HOME/.bash_profile_local ]; then
|
||
|
source $HOME/.bash_profile_local
|
||
|
fi
|
||
|
source ~/.bashrc
|