silhanō.cz

Ubuntu Linux Bash

All posts tagged Ubuntu Linux Bash by silhanō.cz
  • Posted on

    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