mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
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.
|
|
|
|
=====================================================================
|
|
|