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

types.NewSessionOptions.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
types
Declared in
NewSessionOptions
Package
libtmux
Source
packages/libtmux/src/types.ts
environment : : Readonly<Record<string, string>>
propertyreadonly [source]
propertyreadonly [source]
environment

Variables to set in the process this starts, tmux's -e.

Each pair goes as its own flag, so a value holding = arrives whole. This is the only scope that fits one process: setEnvironment writes the session's, which every later pane in it inherits too.

0 declared, 0 inherited

Esc

Type to search.