diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ extern char *__progname; extern char **environ; +/* Default global configuration file. */ +#define TMUX_CONF "/etc/tmux.conf" + /* Default prompt history length. */ #define PROMPT_HISTORY 100 |