Expand description
Process-wide PATH enrichment for children spawned by AFT.
Daemon launches can inherit a system-only PATH that misses the user’s package managers and version-manager shims. AFT initializes this module before any helper threads start so later subprocesses inherit the same PATH a login terminal would provide.
Functions§
- effective_
path - initialize_
process_ path - Compute and export AFT’s process PATH.
- new_
command - Create a new
Commandwith the effective PATH set on Unix.