Fedora does not install bash-completion by default. So, first install it.
$ sudo yum install bash-completion
Put the following lines in your ".bashrc" file.
#Bash completion
[ -f /etc/bash_completion ] && source /etc/bash_completion
Stealing ideas from smart people
$ sudo yum install bash-completion
#Bash completion
[ -f /etc/bash_completion ] && source /etc/bash_completion
No comments:
Post a Comment