mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Add ~/.config/tmux/tmux.conf to the default search path for configuration files
(in Makefile.am, so portable tmux only).
This commit is contained in:
		| @@ -11,7 +11,8 @@ EXTRA_DIST = \ | ||||
| dist_EXTRA_tmux_SOURCES = compat/*.[ch] | ||||
|  | ||||
| # Preprocessor flags. | ||||
| AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\"" | ||||
| AM_CPPFLAGS += @XOPEN_DEFINES@ | ||||
| AM_CPPFLAGS += -DTMUX_CONF="\"$(sysconfdir)/tmux.conf:~/.tmux.conf:~/.config/tmux/tmux.conf\"" | ||||
|  | ||||
| # Additional object files. | ||||
| LDADD = $(LIBOBJS) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicholas Marriott
					Nicholas Marriott