opt/bash-completion
2024-04-17 23:13:46 -05:00
..
.footprint bash-completion: updated to version 2.13.0 2024-04-17 23:13:46 -05:00
.signature bash-completion: updated to version 2.13.0 2024-04-17 23:13:46 -05:00
Pkgfile bash-completion: updated to version 2.13.0 2024-04-17 23:13:46 -05: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