I agree with era.  Also, as a temporary fix, I changed the last few
lines of .bashrc to:

if [ -f /etc/bash_completion -a ! "$BASH_COMPLETION_HAS_RAN" ]; then
    . /etc/bash_completion
    export BASH_COMPLETION_HAS_RAN="1"
fi

This way, the bash_completion script gets to run once, on opening a
login terminal, and then won't run again if you re-source your profile.

-- 
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to