summaryrefslogtreecommitdiff
path: root/shells/bash-completion/files/pkg-message.in
blob: b9445fa231f7bd32ceb23806d4bdbb73850b4f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{ 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
}
]