1 Slackware bash-completion
3 slackpkg install bash-completion
6 How to enable bash-compleation properly?
7 Add those lines into your $HOME.bashrc file.
11 if ! shopt -oq posix; then
12 if [ -f /usr/share/bash-completion/bash_completion ]; then
13 . /usr/share/bash-completion/bash_completion
14 elif [ -f /etc/bash_completion ]; then
15 . /etc/bash_completion