* Change the default environment variables for shells created by this instance.
(newEnv?: Record<string, string | undefined>)
| 25 | * Change the default environment variables for shells created by this instance. |
| 26 | */ |
| 27 | env(newEnv?: Record<string, string | undefined>): BunShell |
| 28 | |
| 29 | /** |
| 30 | * Default working directory to use for shells created by this instance. |