syntax error: unexpected end of file .bash_profile
There needs to be a semicolon or line break before the fi
:
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
There needs to be a semicolon or line break before the fi
:
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi