opnsense-ports/shells/bash-completion/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

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
}
]