mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 17:38:53 +02:00
If it exist, load a system-wide configuration file /etc/tmux.conf before any
user-specified one.
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.355 2009-07-12 17:11:39 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.356 2009-07-14 06:38:14 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -39,8 +39,9 @@
|
||||
|
||||
extern const char *__progname;
|
||||
|
||||
/* Default configuration file. */
|
||||
/* Default configuration files. */
|
||||
#define DEFAULT_CFG ".tmux.conf"
|
||||
#define SYSTEM_CFG "/etc/tmux.conf"
|
||||
|
||||
/* Default prompt history length. */
|
||||
#define PROMPT_HISTORY 100
|
||||
|
Reference in New Issue
Block a user