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