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

server.Server.unsetEnvironment

TypeScript

View as Markdown

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

Drop a variable from the server's global environment entirely.

Examples

await server.unsetEnvironment("EDITOR");

Discussed in Environment

In other ports Unset a variable in the server's environment

0 declared, 0 inherited

Esc

Type to search.