silhanō.cz
Posted on
guides

BASH autocomplete install

Author

Install BASH autocomplete package:

apt install bash-completion

Add autocomplete for your user:

echo "source /etc/profile.d/bash_completion.sh" >> ~/.bashrc

OPT: Add autocomplete also for root user:

echo "source /etc/profile.d/bash_completion.sh" >> /root/.bashrc