From 828145456c4c1ab8340c2a38ee7e66333cff1d27 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Jun 2013 09:48:09 +0100 Subject: [PATCH] Don't set TMUX_CONF in tmux.h. --- tmux.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux.h b/tmux.h index 12310361..cd40d4ef 100644 --- a/tmux.h +++ b/tmux.h @@ -39,9 +39,6 @@ extern char *__progname; extern char **environ; -/* Default global configuration file. */ -#define TMUX_CONF "/etc/tmux.conf" - /* Default prompt history length. */ #define PROMPT_HISTORY 100