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

session.Session.unsetEnvironment

TypeScript

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
packages/libtmux/src/session.ts
Other languages
PythonRubyLuaRustGo Java .NET C++ Swift
unsetEnvironment ( name : : string ) → Promise<void>
method [source]
method [source]
unsetEnvironment

Drop a variable from this session's environment entirely.

Examples

await session.unsetEnvironment("EDITOR");

Discussed in Environment

In other ports Unset a variable in a session's environment

0 declared, 0 inherited

Esc

Type to search.