libtmux Reference MCP Search
On this page

server.ServerOptions.environment

View as Markdown

Module
server
Declared in
ServerOptions
Package
@libtmux/libtmux
Source
packages/libtmux/src/server.ts
environment : : Readonly<Record<string, string | undefined>>
propertyreadonly [source]
propertyreadonly [source]
environment

The complete environment passed to every spawned tmux process.

This replaces process.env; it is not overlaid on it. Include inherited entries such as PATH explicitly when tmux or its shell needs them. Leave this unset to inherit the current process environment unchanged.

0 declared, 0 inherited

Esc

Type to search.