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