TIVE ESSE PROBLEMINHA E RESOLVI DESSA FORMA. ABRA ESTE ARQUIVO gksu gedit /etc/bash.bashrc, VÁ ATÉ AS LINHAS 32, 33 E 34.
VAI ESTAR ASSIM:
# enable bash completion in interactive shells
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion
#fi
DEIXE ASSIM:
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
SALVE E FECHE O ARQUIVO.
TUDO PRONTO PODE FAZER O TESTE.
NODES2013
0 Comente::
Postar um comentário