On Sat, May 17, 2025 at 23:09:18 -0500, David Wright wrote: > It may be installed, but I've always had to use: > > [ -f /etc/bash_completion ] && . /etc/bash_completion # Use bash-completion > if available > > in order for it to work: > > $ grep -A8 'bash completion' /etc/bash.bashrc > # enable bash completion in interactive shells > #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 > > $
Take a look at /etc/skel/.bashrc as well. You and I are not using the Debian default .bashrc file, obviously.