Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bash_completion [2014/04/08 17:43]
bash_completion [2014/04/08 17:43] (current)
Line 1: Line 1:
 +====== bash completion ======
  
 +  * [[https://​wiki.gentoo.org/​wiki/​Bash#​Tab_completion|Gentoo Wiki - bash]]
 +
 +== Enable bash-completion on Gentoo ==
 +
 +Enable the ''​base''​ and ''​ssh''​ bashcomp modules:
 +
 +<​code>​
 +eselect bashcomp enable base
 +eselect bashcomp enable ssh
 +</​code>​
 +
 +Then add this to your ''​.bashrc'':​
 +
 +<​code>​
 +source /​etc/​profile.d/​bash-completion.sh
 +</​code>​
 +
 +== Gentoo bashcomp modules ==
 +
 +Here's a generic list of some possibly-helpful bash-completion modules: [[http://​beandog.digitaltrike.com/​gentoo/​bash/​bashcomp-modules]]