* commit '099aa4cf4d82218110c6edf3edede0e72450216e': Only include "[a-z]*.bash" files for completion
This commit is contained in:
@@ -200,7 +200,7 @@ function addcompletions()
|
|||||||
|
|
||||||
dir="sdk/bash_completion"
|
dir="sdk/bash_completion"
|
||||||
if [ -d ${dir} ]; then
|
if [ -d ${dir} ]; then
|
||||||
for f in ${dir}/[a-z]*; do
|
for f in ${dir}/[a-z]*.bash; do
|
||||||
echo "including $f"
|
echo "including $f"
|
||||||
. $f
|
. $f
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user