Change the default environment variables for shells created by this instance.
function
function
Change the default environment variables for shells created by this instance.
Default environment variables to use for shells created by this instance.
import {$} from 'bun';
$.env({ BUN: "bun" });
await $`echo $BUN`;
// "bun"