parece que há algo errado com a conclusão do bash no meu Ubuntu 16.04. Tentei quase tudo... reinstalei, alterei o bashrc
arquivo (abaixo do código), reiniciei o terminal etc.
Alguém pode ajudar?
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi