opt/bash-completion
2016-10-15 13:54:24 +02:00
..
.footprint bash-completion: removed package tools from other systems rather than CRUX (thanks to horrorStruck) 2013-04-15 15:03:25 +02:00
.md5sum bash-completion: fixed source 2014-01-19 22:04:33 +01:00
.signature add opt signatures 2016-10-15 13:54:24 +02:00
Pkgfile bash-completion: fixed source 2014-01-19 22:04:33 +01:00
README bash-completion: fixed installation files and improved README file 2011-11-08 17:56:21 +01:00

README for bash-completion

POST-INSTALL:

	The easiest way to use bash-completion is to source it from either
	/etc/bashrc or ~/.bashrc (or any other file sourcing those). You can
	do this by simply adding the following line:

	. /etc/bash_completion

	or alternatively:

	# Use bash-completion, if available
	[[ $PS1 && -f /usr/share/bash-completion/bash-completion ]] && \
	. /usr/share/bash-completion/bash-completion

	Note that you can also put additional init code into ~/.bash_completion