Don't set TMUX_CONF in tmux.h.

This commit is contained in:
Nicholas Marriott 2013-06-25 09:48:09 +01:00
parent 06b5805479
commit 828145456c
1 changed files with 0 additions and 3 deletions

3
tmux.h
View File

@ -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