There are no bash completions

This commit is contained in:
Alex Manning 2022-01-02 10:32:14 +00:00
parent 3550e3480f
commit ab6158bcd7

View file

@ -65,8 +65,3 @@ then
fi fi
source $AE_HOME/.bashrc.d/functions.sh source $AE_HOME/.bashrc.d/functions.sh
for f in $AE_HOME/.bash_completions/*
do
source $f
done