ports/shells/bash-completion/files/pkg-message.in
2019-08-14 12:16:12 +00: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
}
]