i am on an old ubuntu environment (Ubuntu 12.04.5 LTS) and bash_completion is not working even i included it in my .bashrc:
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
i tried including /etc/bash_bashrc, but still not working:
if [ -f /etc/bash_bashrc ]; then
. /etc/bash_bashrc
fi
user@old_skunk:~:$ cd loca-bash: exclude: unbound variable
user@old_skunk:~:$ls -al loca-bash: !ref: unbound variable
-bash: !ref: unbound variable
-bash: !ref: unbound variable
-bash: words[i]: unbound variable
I used this script and everything is well
sudo apt-get install --reinstall bash-completion
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With