mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
13 lines
226 B
Text
13 lines
226 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To enable the bash completion library, add the following to
|
|
your .bashrc file:
|
|
|
|
[[ $PS1 && -f %%RUNFILE%% ]] && \
|
|
source %%RUNFILE%%
|
|
|
|
See %%DOCSDIR%%/README.md for more information.
|
|
EOM
|
|
}
|
|
]
|