blob: 496b2f38a78938bcd9f6bb86415ce6cbe877d3b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=====================================================================
You must enable the bash programmable completion library yourself!
* source %%PREFIX%%/etc/bash_completion from your .bashrc file
if [ -f %%PREFIX%%/etc/bash_completion ]; then
. %%PREFIX%%/etc/bash_completion
fi
* or, run %%PREFIX%%/bin/bash_completion.sh from your .bashrc
=====================================================================
|