mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
- Rework load_cfg() error handling a little.
- Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@
This commit is contained in:
10
tmux.1
10
tmux.1
@ -913,10 +913,18 @@ display the log for
|
||||
and
|
||||
.Fl T
|
||||
show debugging information about jobs and terminals.
|
||||
.It Ic source-file Ar path
|
||||
.It Xo Ic source-file
|
||||
.Op Fl q
|
||||
.Ar path
|
||||
.Xc
|
||||
.D1 (alias: Ic source )
|
||||
Execute commands from
|
||||
.Ar path .
|
||||
If
|
||||
.Fl q
|
||||
is given, no error will be returned if
|
||||
.Ar path
|
||||
does not exist.
|
||||
.It Ic start-server
|
||||
.D1 (alias: Ic start )
|
||||
Start the
|
||||
|
Reference in New Issue
Block a user