If it exist, load a system-wide configuration file /etc/tmux.conf before any

user-specified one.
This commit is contained in:
Nicholas Marriott
2009-07-12 16:07:56 +00:00
parent bd098c273b
commit 22355ce947
3 changed files with 19 additions and 3 deletions

3
tmux.h
View File

@ -40,8 +40,9 @@
extern const char *__progname;
/* Default configuration file. */
/* Default configuration files. */
#define DEFAULT_CFG ".tmux.conf"
#define SYSTEM_CFG "/etc/tmux.conf"
/* Default prompt history length. */
#define PROMPT_HISTORY 100