Have você viu isso, superuser.com em um problema semelhante? O blog post diz (e cito quase o post completo):
/usr/libexec/path_helper
, which Mac OS X runs every time a login shell is created, is really slow. (In particular, I think the slowness is in[[ "$NEWPATH" = *(*:)${p}*(:*) ]]
.) My Terminal windows were taking about four seconds to open. By removing the files in /etc/paths.d and putting their contents directly into my $PATH in .bash_profile, Terminal windows now load instantly.
A discussão também inclui um link para uma substituição escrita em Perl, github.com/mgprot/path_helper
(não tem idéia sobre sua velocidade, tho) .
Editar: A partir dos comentários da postagem do blog acima mencionados - um patch para path_helper
que deve ser outra maneira de corrigir o problema.