If anybody is interested -- I think I've hacked some nice solution for
this. Seems to be working for me.
http://ucore.info/en/2011/03/faster-bash-completion-loading/
https://github.com/dpc/bash_completion
dpc@mutex:~$ time . /etc/bash_completion.orig
real 0m0.614s
user 0m0.360s
sys 0m0.120s
dpc@
Hi,
Irritated by long bash loading on Ubuntu I've made a patch that is
using bash dynamic completion loading capabilities to speed things up.
My results are:
dpc@mutex:~$ time . /etc/bash_completion.orig
real0m0.614s
user0m0.360s
sys 0m0.120s
dpc@mutex:~$ time . /etc/bash_completion.