On this page
server.Server.setEnvironment
- Module
- server
- Declared in
- Server
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
- setEnvironment ( name : : string , value : : string , options : : SetEnvironmentOptions ) Promise<void>
-
Set a variable in the server's global environment.
Examples
await server.setEnvironment("EDITOR", "vim");Discussed in Environment
0 declared, 0 inherited