$ sudo vi /etc/bash.bashrc
uncomment following line in it
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
Restart your terminal and its done!!!
Person with positive thoughts and believes whatever happens is for the good but work hard for the best. I am a developer, designer, blogger, entrepreneur, camper and overall thinker. I work as a freelancer and can develop applications ranging from CMS to Enterprise Applications using Java and PHP. I am a professional with latest technologies like JEE6, HTML5, CSS3, JQuery, NoSQL Databases, Sql Databases - MySQL, Postgresql, etc.
$ sudo vi /etc/bash.bashrc
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
No comments:
Post a Comment