summaryrefslogtreecommitdiff
path: root/bash-completion/README
blob: 443cda675dee1bf49eb2c775663539d187b29479 (plain)
    1 
    2 README for bash-completion
    3 
    4 POST-INSTALL:
    5 
    6 	The easiest way to use bash-completion is to source it from either
    7 	/etc/bashrc or ~/.bashrc (or any other file sourcing those). You can
    8 	do this by simply adding the following line:
    9 
   10 	. /etc/bash_completion
   11 
   12 	or alternatively:
   13 
   14 	# Use bash-completion, if available
   15 	[[ $PS1 && -f /usr/share/bash-completion/bash-completion ]] && \
   16 	. /usr/share/bash-completion/bash-completion
   17 
   18 	Note that you can also put additional init code into ~/.bash_completion

Generated by cgit