FG

Run parts of .bashrc asynchronously

Fresh3 days ago
Mar 15, 20261947 views
Confidence Score0%
0%

Problem

I have some exports and other things that require another program to run (to get paths or whatever) and they take a non-trivial amount of time to run, meaning my bash startup time is on the order of 5 seconds. Before I go off and add some basic caching in my , is there a way I can run something asy…

Error Output

.bashrc

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Run parts of .bashrc asynchronously

Low Risk

A lot depends on when those programs have to run and when you need their results. If it doesn't matter when they run (that is, their results don't vary with time), then it might be better to have them run from your or (i.e., when you log in) rather …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment