Fix OS X Terminal Launch Speed

from blog matt.sh, | ↗ original
Do you have the problem where opening a new terminal window (or tab) takes 3 to 10 seconds on OS X? We can fix that. The delay is because bash blocks while bash_completion loads. You think they would have fixed that by now—and they have fixed that by now. Newer Bash versions allow delayed loading of bash_completion so you can immediately open new terminals. If newer versions of Bash work better, why...