My bash shell takes up to 3-4 seconds to start up, while if I start it with --norc it runs immediately.
I started "profiling" /etc/bash.bashrc and ~/.bashrc by manually inserting return statements and seeking for speed improvements, but it is not a quantitative process and it is not efficient.
How can I profile my bash scripts and see which commands take most time to start up?