session.Session.removeEnvironment
TypeScript
- Python
- Ruby Unavailable
- Lua
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- packages/libtmux/src/session.ts
- Other languages
- Python Ruby Lua Rust Go Java .NET C++ Swift
-
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");In other ports Mark a session variable so new processes start without it
- Python
libtmux.Session.remove_environment - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:remove_environment - Rust no equivalent on
Session - Go
tmux.Session.RemoveEnvironment - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session - Swift
Server.removeEnvironment(_:in:)
- Python
0 declared, 0 inherited