Everytime i open a terminal i get the mentioned error.
I traced to to this line in my .bashrc (the default .bashrc file)
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
sure enough, when i execute that file, i get two instances of the error.
bash: 0: command not found
bash: 0: command not found
is this a known issue? my bash completion seems to work fine, so i don’t think this is a huge error.