auto completion of sudo commands fails
Most easily stumbled across when trying to do autocompletion for installing packages and only getting a list of what is already installed.
This can be very easily fixed by removing (or commenting out) the line complete -cf sudo
from .bashrc
Discussed on the forum: https://forum.manjaro.org/t/pacman-bash-completion-only-works-on-installed-packages/61223