libtmux Reference MCP Search
On this page

session.Session.removeEnvironment

View as Markdown

Module
session
Declared in
Session
Package
@libtmux/libtmux
Source
packages/libtmux/src/session.ts
removeEnvironment ( name : : string ) Promise<void>
method [source]
method [source]
removeEnvironment

Mark a variable in this session's environment for removal from the environment of processes tmux starts, leaving the entry in place.

Examples

await session.removeEnvironment("EDITOR");

0 declared, 0 inherited

Esc

Type to search.