4 lines
77 B
Bash
4 lines
77 B
Bash
if [ -e $HOME/.bash_profile ]
|
|
then
|
|
emulate sh -c ". $HOME/.bash_profile"
|
|
fi
|