On 2014-01-05 4:14 PM, Alan McKinnon <alan.mckin...@gmail.com> wrote:
Head spinning yet? Just be done with all that nonsense and do this:
Put this line as the only non-comment line in .bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
and put all your shell start-up stuff in .bashrc (moving them out of
.bash_profile if necessary
This way everything is still unbelievably complex but at least the
visible problems mostly just go away
Wow... or rather... UGH
Anyway, thanks Alan, that did indeed do the trick...
:)