aboutsummaryrefslogtreecommitdiff
path: root/tmux.1.in
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 10:57:03 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 10:57:03 +0100
commit4f3c31a6b63f4489bfc672b510036fd8d9491595 (patch)
tree9f402212e792abe3fc58f4505ed909236a6e9a17 /tmux.1.in
parent11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff)
downloadrtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.tar.gz
rtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.tar.bz2
rtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.zip
Use sysconfdir for the location of global tmux.conf (but default it to /etc),
based on changes from Dagobert Michelsen.
Diffstat (limited to 'tmux.1.in')
-rw-r--r--tmux.1.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.1.in b/tmux.1.in
index 98bf9574..7f783b86 100644
--- a/tmux.1.in
+++ b/tmux.1.in
@@ -122,7 +122,7 @@ Specify an alternative configuration file.
By default,
.Nm
loads the system configuration file from
-.Pa /etc/tmux.conf ,
+.Pa @SYSCONFDIR@/tmux.conf ,
if present, then looks for a user configuration file at
.Pa ~/.tmux.conf .
.Pp
@@ -3705,12 +3705,12 @@ was renamed to
.Ar name .
.El
.Sh FILES
-.Bl -tag -width "/etc/tmux.confXXX" -compact
+.Bl -tag -width "@SYSCONFDIR@/tmux.confXXX" -compact
.It Pa ~/.tmux.conf
Default
.Nm
configuration file.
-.It Pa /etc/tmux.conf
+.It Pa @SYSCONFDIR@/tmux.conf
System-wide configuration file.
.El
.Sh EXAMPLES