.bash_profile statements get executed twice
I had the same problem and noticed there was no ~/.bashrc file.
Creating an empty ~/.bashrc resolved the issue:
touch ~/.bashrc
I could only speculate as to why this worked, but it did.
I had the same problem and noticed there was no ~/.bashrc file.
Creating an empty ~/.bashrc resolved the issue:
touch ~/.bashrc
I could only speculate as to why this worked, but it did.