5 lines
61 B
Bash
5 lines
61 B
Bash
|
|
||
|
if [ -f ~/.bash_profile ]; then
|
||
|
source ~/.bash_profile
|
||
|
fi
|