aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-06-25 09:48:09 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-06-25 09:48:09 +0100
commit828145456c4c1ab8340c2a38ee7e66333cff1d27 (patch)
tree8a7b2a20e671ad2914fc3174bc445bb57a67d921 /tmux.h
parent06b5805479943fc95cafd01d33252954529ba636 (diff)
downloadrtmux-828145456c4c1ab8340c2a38ee7e66333cff1d27.tar.gz
rtmux-828145456c4c1ab8340c2a38ee7e66333cff1d27.tar.bz2
rtmux-828145456c4c1ab8340c2a38ee7e66333cff1d27.zip
Don't set TMUX_CONF in tmux.h.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 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