Some time ago I was trying to make bash start faster. There, I described a solution to load nvm
and SDKMAN! faster. However, that solution has a few issues.
4 posts tagged with "bash"
View All TagsBash Shell Slow Start-up
As we install development environments in our system, we may notice that terminal start-up can become slow. Some people notice it, some don't -- but the reality is, it's there.
Manual Profiling of Bash Script Execution
Sometimes, we would like to know how long a command takes, and which part of the script takes the longest time to run.
Using a `.bashrc.d` directory instead of just `.bashrc`
When we install a new development environment, the installer will usually modify ~/.bashrc
or ~/.profile
. However, this is not very clean, because sometimes the entries are not removed when the development environment is uninstalled.