blob: 295c11f08d8d457c5781e0c85927df97ccbcf5ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
=====================================================================
To enable the bash completion library, add the following to
your .bashrc file:
[[ $PS1 && -f %%RUNFILE%% ]] && \
source %%RUNFILE%%
See %%DOCSDIR%%/README for more information.
=====================================================================
|