You are not logged in.
Hi everyone,
I'm having a weird issue with tab completion. I'm on a fresh install in a Virtualbox VM, and tab completion doesn't work for some commands. I have a done a few Arch installs before and as far as I remember I only had to install the bash-completion package and that was it. But here I get completion for a lot of commands but not the important ones like pacman or systemctl. I have tried to remove bash-completion, purging package cache, rebooting, reinstalling then logout/login, but it stays the same.
How can I troubleshoot this ?
Thanks.
Offline
Try adding this to your .bashrc file
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
Offline
Try adding this to your .bashrc file
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
Offline