blob: f5c3c0203fd31541fc7e15708db3413be255d65f (
plain)
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.md for more information.
=====================================================================
|