ports/shells/bash-completion/files/pkg-message.in
Adam Weinberger 97796d9ef9 Update to 2.0.
Please note that the mechanism for activating the completions
library has changed. You must source
${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc.

Feature safe:	yes
2012-11-02 23:35:31 +00:00

13 lines
324 B
Text

=====================================================================
To enable the bash completion library, add the following to
your .bashrc file:
[[ $PS1 && -f %%RUNFILE%% ]] && \
source %%RUNFILE%%
See %%DOCSDIR%%/README for more information.
=====================================================================