ports/shells/bash-completion/files/pkg-message.in
Adam Weinberger 03258122d2 Update to 2.4, and switch from the alioth sources to the Github project
that the old WWW redirects to.

Among other changes, this port now optionally installs some cmake modules,
which I hope I'm installing into the correct place.
2016-12-02 17:04:25 +00:00

13 lines
327 B
Text

=====================================================================
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.
=====================================================================