pub fn Fn()Expand description
Run $SHELL -ilc env and merge novel keys into std::env. Existing
values win - never clobber an env var the parent process explicitly
set (especially PATH if the user passed one). Caller is expected
to invoke this exactly once during boot, before any child process
is spawned.