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