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

server.Server.removeEnvironment

TypeScript

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
packages/libtmux/src/server.ts
Other languages
Python Ruby Lua Rust Go Java .NET C++ Swift
removeEnvironment ( name : : string ) → Promise<void>
method [source]
method [source]
removeEnvironment

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

Examples

await server.removeEnvironment("EDITOR");
In other ports Mark a variable so new processes start without it

0 declared, 0 inherited

Esc

Type to search.