SyntaxFix
Write A Post
Hire A Developer
Questions
I have the following in my ~/.bash_profile:
~/.bash_profile
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
If I had .bashrc instead of ~/.bashrc, I'd be seeing the same symptom you're seeing.
.bashrc
~/.bashrc