You can simply uncomment the following lines Code: -------------------- if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi -------------------- from your ~/.bashrc or for all users from /etc/bash.bashrc -- burlap