forked from Lainports/freebsd-ports
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
13 lines
324 B
Text
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.
|
|
|
|
=====================================================================
|
|
|