- Posted on
- • guides
BASH autocomplete install
- Author
-
-
- User
- silhano
- Posts by this author
- Posts by this 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