Closed GoogleCodeExporter closed 9 years ago
By the way, in case anyone is interested, the reason for the slow startup of
bash at login, is due to the introduction of bash completion in Cygwin 1.7, the
loading of which is taking a long time.
Reference: http://sourceware.org/ml/cygwin/2010-08/msg00651.html
Original comment by dre...@gmail.com
on 11 Nov 2010 at 6:56
Thanks for the explanation! I've updated the FAQ.
Original comment by medgar123
on 15 Nov 2010 at 9:28
Check /etc/profile.d/bash_completion.sh. This by far was taking the most time
in my situation and I solved it by adding an immediate "return" at the top of
said script.
Original comment by cla...@anodized.com
on 25 Jan 2011 at 10:14
Original issue reported on code.google.com by
dre...@gmail.com
on 11 Nov 2010 at 10:33Attachments: