sudo pacman -S bash-completion
gedit ~/.bashrc
if [ "$PS1" ]; then if [ -r /etc/bash_completion ]; then . /etc/bash_completion fi fi
sudo pacman -S bash-completion
gedit ~/.bashrc
if [ "$PS1" ]; then if [ -r /etc/bash_completion ]; then . /etc/bash_completion fi fi