xodhx4
5/11/2018 - 3:37 PM

Add bash autocomplete

make auto complete work

# on ~/.bash_profile or bashrc
if [ -f /etc/bash_completion ]; then
 . /etc/bash_completion
fi