On this page
session.Session.removeEnvironment
- Module
- session
- Declared in
- Session
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/session.ts
-
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