ports/shells/bash-completion/files/pkg-message.in
Adam Weinberger 293b2c979e Replace bash-completion with a new package.
The previous bash-completion package hadn't been updated since 2006. A
new group has picked up the package and continued development. The old
completions should remain, so I'm not going to update UPDATING.

I'm taking maintainership of this as well. Many thanks to Kirk, the
previous maintainer!
2010-09-04 17:51:46 +00:00

15 lines
432 B
Text

=====================================================================
You must enable the bash programmable completion library yourself!
* source %%PREFIX%%/etc/bash_completion from your .bashrc file
if [ -f %%PREFIX%%/etc/bash_completion ]; then
. %%PREFIX%%/etc/bash_completion
fi
* or, run %%PREFIX%%/bin/bash_completion.sh from your .bashrc
=====================================================================