diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-06-25 09:48:09 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-06-25 09:48:09 +0100 |
commit | 828145456c4c1ab8340c2a38ee7e66333cff1d27 (patch) | |
tree | 8a7b2a20e671ad2914fc3174bc445bb57a67d921 /tmux.h | |
parent | 06b5805479943fc95cafd01d33252954529ba636 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |