diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:50:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:50:24 +0000 |
commit | 9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb (patch) | |
tree | b5702a739ae93c7d424d1901c70b6330637e7545 | |
parent | 827b311c8172f3543f9c38dc1d7740bba1d9aeaa (diff) | |
download | rtmux-9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb.tar.gz rtmux-9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb.tar.bz2 rtmux-9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb.zip |
Clarify some points about config files, notably that they are only read
at server start. From Thomas Adam.
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -124,13 +124,19 @@ loads the system configuration file from .Pa /etc/tmux.conf , if present, then looks for a user configuration file at .Pa ~/.tmux.conf . +.Pp The configuration file is a set of .Nm commands which are executed in sequence when the server is first started. +.Nm +loads configuration files once when the server process has started. +The +.Ic source-file +command may be used to load a file later. .Pp -If a command in the configuration file fails, .Nm -will report an error and exit without executing further commands. +shows any error messages from commands in configuration files in the first +session created, and continues to process the rest of the configuration file. .It Fl L Ar socket-name .Nm stores the server socket in a directory under |