Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

server.ServerOptions.environment

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
server
Declared in
ServerOptions
Package
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.