All about Information Technology!

Turn on bash smart Completion

Edit file /etc/bash.bashrc

sudo gedit /etc/bash.bashrc

Uncomment the following lines, by removing the # in the beginning of the lines:

#if [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
#fi

, , , , , , , ,

Leave a Reply