diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-04-24 10:57:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-04-24 10:57:03 +0100 |
commit | 4f3c31a6b63f4489bfc672b510036fd8d9491595 (patch) | |
tree | 9f402212e792abe3fc58f4505ed909236a6e9a17 /tmux.1.in | |
parent | 11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff) | |
download | rtmux-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.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |