[Bash-completion-devel] Dynamic completion loader.

2011-04-07 Thread d...@ucore.info
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.

[Bash-completion-devel] Bug#467231: Solution proposal.

2011-03-09 Thread d...@ucore.info
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@