aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index e4994170..e6c3bbc0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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