bc1db54600
- Update to 20050721 - OPTIONSify Moreover: - Improve the FreeBSD integration by fixing paths in the script - Use SUB_FILES=pkg-message [1]: PR: ports/84305 Submitted by: maintainer
9 lines
284 B
Text
9 lines
284 B
Text
|
|
The programmable completion library is not enabled by default for various
|
|
reasons. To use it, you should source %%PREFIX%%/etc/bash_completion from
|
|
your .bashrc file. For example:
|
|
|
|
if [ -f %%PREFIX%%/etc/bash_completion ]; then
|
|
. %%PREFIX%%/etc/bash_completion
|
|
fi
|
|
|