On this page
types.NewSessionOptions.shellCommand
- Module
- types
- Declared in
- NewSessionOptions
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
A command for tmux to run in place of the default shell.
tmux hands this to a shell, so a whole command line works, and the process replaces the shell rather than running inside it — when it exits the window closes, unless
remain-on-exitsays otherwise.
0 declared, 0 inherited