mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
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!
15 lines
432 B
Text
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
|
|
|
|
=====================================================================
|
|
|